CC-4997: don't exit install script with non-zero value if airtime-check-system fails

-fixed
This commit is contained in:
Martin Konecny 2013-03-04 13:22:06 -05:00
parent 05b988fc6a
commit 58f2ee567c
1 changed files with 2 additions and 0 deletions

View File

@ -217,7 +217,9 @@ if [ "$python_service" -eq "0" ]; then
echo -e "\n*** Verifying your system environment, running airtime-check-system ***"
sleep 15
set +e
airtime-check-system --no-color
set -e
fi
echo -e "\n******************************* Install Complete *******************************"