From d7fbb16712da172f9810dc8a2f3015fe3651d11d Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 23:32:07 +0100 Subject: [PATCH] Trying things --- installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index 4248cfe..ed10c61 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -41,7 +41,7 @@ function comm { echo "[ ERROR ] $1" >> /tmp/install.log fi - if [[ $? == "0" && $5 != "1" ]];then + if [ $? == "0" ] && [ $5 != "1" ];then echo "[ OK ] $1" echo "[ OK ] $1" >> /tmp/install.log fi