Trying things

This commit is contained in:
2017-02-12 23:32:07 +01:00
parent 9d016e015c
commit d7fbb16712
+1 -1
View File
@@ -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