mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +01:00
fixes..
This commit is contained in:
@@ -28,9 +28,7 @@ function comm {
|
|||||||
echo "[ RUNNING ] $1"
|
echo "[ RUNNING ] $1"
|
||||||
fi
|
fi
|
||||||
#Run command. (Command is $4)
|
#Run command. (Command is $4)
|
||||||
$command
|
bash -c "$command"
|
||||||
echo $command
|
|
||||||
read
|
|
||||||
|
|
||||||
# Update multiSentence var
|
# Update multiSentence var
|
||||||
if [[ $5 == "1" ]];then
|
if [[ $5 == "1" ]];then
|
||||||
|
|||||||
Reference in New Issue
Block a user