From 9d016e015cefce7b1f55e2e512d8f568a76fa4b7 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 23:30:35 +0100 Subject: [PATCH] Trying things --- installer/installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/installer.sh b/installer/installer.sh index 2b08f1b..4248cfe 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -28,10 +28,10 @@ function comm { $4 # Update multiSentence var - if [[ $5 == "1" ]] + if [[ $5 == "1" ]];then multiSentence="1" fi - if [[ $5 == "2" ]] + if [[ $5 == "2" ]];then multiSentence="0" fi @@ -41,7 +41,7 @@ function comm { echo "[ ERROR ] $1" >> /tmp/install.log fi - if [[ $? == "0" && $5 != "1" ]] + if [[ $? == "0" && $5 != "1" ]];then echo "[ OK ] $1" echo "[ OK ] $1" >> /tmp/install.log fi