From 9ec289c13645a7b93feeda01c72952eab47b93bd Mon Sep 17 00:00:00 2001 From: sean Date: Wed, 10 Jul 2019 14:25:44 -0700 Subject: [PATCH] tweaks --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ""