CC-4997: don't exit install script with non-zero value if airtime-check-system fails
-fixed
This commit is contained in:
parent
05b988fc6a
commit
58f2ee567c
|
@ -217,7 +217,9 @@ if [ "$python_service" -eq "0" ]; then
|
||||||
echo -e "\n*** Verifying your system environment, running airtime-check-system ***"
|
echo -e "\n*** Verifying your system environment, running airtime-check-system ***"
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|
||||||
|
set +e
|
||||||
airtime-check-system --no-color
|
airtime-check-system --no-color
|
||||||
|
set -e
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "\n******************************* Install Complete *******************************"
|
echo -e "\n******************************* Install Complete *******************************"
|
||||||
|
|
Loading…
Reference in New Issue