mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-14 09:11:31 +01:00
fix space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user