From b08caba05516041196b0bb64f1ccdbd0e17d2795 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 23:43:16 +0100 Subject: [PATCH] fix space --- installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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