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