mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-04-04 09:32:01 +02:00
Trying things
This commit is contained in:
@@ -41,7 +41,7 @@ function comm {
|
||||
echo "[ ERROR ] $1" >> /tmp/install.log
|
||||
fi
|
||||
|
||||
if [[ $? == "0" && $5 != "1" ]];then
|
||||
if [ $? == "0" ] && [ $5 != "1" ];then
|
||||
echo "[ OK ] $1"
|
||||
echo "[ OK ] $1" >> /tmp/install.log
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user