From 9b7169cbaa3dea3b0a1ec3cc32476d28e949c344 Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 12 Oct 2016 11:23:28 +0200 Subject: [PATCH] Syntax error in if. --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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