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