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