From 14b32206ecdfd2ed734a5c778db42c5f3f9b9e81 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Fri, 5 Feb 2016 17:06:48 -0500 Subject: [PATCH] Added command to make image_setup.sh executable. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 5e78b61..ce680e4 100755 --- a/install.sh +++ b/install.sh @@ -47,6 +47,7 @@ source $BASHDIR/functions.sh if [ -f $BASEDIR/image ]; then # Execute image setup script. + chmod +x $BASHDIR/image_setup.sh $BASHDIR/image_setup.sh # Exit scripts once the the image setup script has completed.