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