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