This commit is contained in:
sean
2019-07-10 14:25:44 -07:00
parent 6617d2f84d
commit 9ec289c136
+2 -2
View File
@@ -347,8 +347,8 @@ fi
results=$(chroot /mnt /setup-chroot.sh) results=$(chroot /mnt /setup-chroot.sh)
if ! [ "$?" = "0" ]; then if ! [ "$?" = "0" ]; then
echo "Error in chroot environment - $results" echo "Error in chroot environment - $results"
exit $? exit $?
fi fi
#echo "" #echo ""