mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 11:41:31 +01:00
fixes..
This commit is contained in:
@@ -33,8 +33,7 @@ function comm {
|
|||||||
fi
|
fi
|
||||||
#Run command and make silent if its needed.
|
#Run command and make silent if its needed.
|
||||||
if [[ $2 != "0" ]];then
|
if [[ $2 != "0" ]];then
|
||||||
bash -c "$command" >/dev/null 1>/dev/null
|
bash -c "${command} > /dev/null"
|
||||||
read
|
|
||||||
else
|
else
|
||||||
bash -c "$command"
|
bash -c "$command"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user