Added command to make image_setup.sh executable.

pull/88/head
Joe Prochazka 2016-02-05 17:06:48 -05:00
rodzic b86bf8a639
commit 14b32206ec
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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.