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