From de7b8b3acd01fec3b0236bf1510f04abc18de195 Mon Sep 17 00:00:00 2001 From: sean Date: Wed, 10 Jul 2019 14:38:17 -0700 Subject: [PATCH] tweaks --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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