diff --git a/init.sh b/init.sh index 7bce514..f50b7d1 100755 --- a/init.sh +++ b/init.sh @@ -54,7 +54,7 @@ create_dir(){ } #Stop script if syslinux is not installed -if [ ! -f $SYSLINUX_EXE] +if [ ! -f $SYSLINUX_EXE ] then echo "Syslinux not found, script can't continue…" exit 1