1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-16 10:11:32 +01:00
This commit is contained in:
2017-02-13 00:03:13 +01:00
parent 409a0e9616
commit 63a455bcc1

View File

@@ -33,8 +33,7 @@ function comm {
fi
#Run command and make silent if its needed.
if [[ $2 != "0" ]];then
bash -c "$command" >/dev/null 1>/dev/null
read
bash -c "${command} > /dev/null"
else
bash -c "$command"
fi