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