1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
2017-02-13 00:00:55 +01:00
parent ceec9c1e92
commit 409a0e9616

View File

@@ -33,8 +33,8 @@ 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
echo "SILENT"
bash -c "$command" >/dev/null 1>/dev/null bash -c "$command" >/dev/null 1>/dev/null
read
else else
bash -c "$command" bash -c "$command"
fi fi