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