mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 09:41:31 +01:00
fix space
This commit is contained in:
@@ -21,7 +21,7 @@ function comm {
|
|||||||
|
|
||||||
# Make silent if it has to be
|
# Make silent if it has to be
|
||||||
if [[ $2 != "0" ]];then
|
if [[ $2 != "0" ]];then
|
||||||
command="$command >/dev/null"
|
command="${command} >/dev/null"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for multisentence command and run
|
# Check for multisentence command and run
|
||||||
|
|||||||
Reference in New Issue
Block a user