From 0078454b3fb9c8537dd53b60f1e156d91c4e576e Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 23:56:45 +0100 Subject: [PATCH] fixes.. --- installer/installer.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/installer/installer.sh b/installer/installer.sh index eb88e29..e8982a8 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -28,7 +28,7 @@ function comm { # Check for multisentence command and run - if [[ $multiSentence == "0" ]];then + if [[ $multic == "0" ]];then echo "[ RUNNING ] $1" fi #Run command and make silent if its needed. @@ -38,14 +38,6 @@ function comm { bash -c "$command" fi - # Update multiSentence var - if [[ $multic == "1" ]];then - multiSentence="1" - fi - if [[ $multic == "2" ]];then - multiSentence="0" - fi - # When command finish, know if it ran succesfully if [[ $? != "0" ]];then echo "[ ERROR ] $1"