From f212017cb4740b00defbe3c4163b9017085cd3d5 Mon Sep 17 00:00:00 2001 From: sean Date: Wed, 10 Jul 2019 01:22:10 -0700 Subject: [PATCH] tweaks --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 75c8809..3d231ea 100644 --- a/setup.sh +++ b/setup.sh @@ -91,7 +91,7 @@ echo "Done." echo "" echo "Starting debian bootstrap - this can take some time..." #debootstrap bionic /mnt -errors=`debootstrap bionic /mnt 2>&1 1/dev/null` +errors=`debootstrap bionic /mnt 2>&1 1>/dev/null` if ! [ "$?" = "0" ]; then echo "Failed to bootstrap root - $errors" exit 6