diff --git a/setup.sh b/setup.sh index 9d710ed..ae104d3 100644 --- a/setup.sh +++ b/setup.sh @@ -347,8 +347,8 @@ fi results=$(chroot /mnt /setup-chroot.sh) if ! [ "$?" = "0" ]; then - echo "Error in chroot environment - $results" - exit $? + echo "Error in chroot environment - $results" + exit $? fi #echo ""