From 63a455bcc1dd6b7e3aa43a240131cb6988d7e60e Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Mon, 13 Feb 2017 00:03:13 +0100 Subject: [PATCH] fixes.. --- installer/installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/installer.sh b/installer/installer.sh index 6f234ec..d7334b8 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -33,8 +33,7 @@ function comm { fi #Run command and make silent if its needed. if [[ $2 != "0" ]];then - bash -c "$command" >/dev/null 1>/dev/null - read + bash -c "${command} > /dev/null" else bash -c "$command" fi