Syntax error in if.

This commit is contained in:
Yorick Barbanneau 2016-10-12 11:23:28 +02:00
parent f4c393e9e0
commit 9b7169cbaa

View file

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