Syntax error in if.
This commit is contained in:
parent
f4c393e9e0
commit
9b7169cbaa
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -54,7 +54,7 @@ create_dir(){
|
||||||
}
|
}
|
||||||
|
|
||||||
#Stop script if syslinux is not installed
|
#Stop script if syslinux is not installed
|
||||||
if [ ! -f $SYSLINUX_EXE]
|
if [ ! -f $SYSLINUX_EXE ]
|
||||||
then
|
then
|
||||||
echo "Syslinux not found, script can't continue…"
|
echo "Syslinux not found, script can't continue…"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Reference in a new issue