diff --git a/installer/installer.sh b/installer/installer.sh index 67db6e9..453c572 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -21,7 +21,7 @@ function comm { # Make silent if it has to be if [[ $2 != "0" ]];then - command="$command >/dev/null" + command="${command} >/dev/null" fi # Check for multisentence command and run