-fix installer warning

This commit is contained in:
martin 2011-09-09 14:49:25 -04:00
parent f1c77845ea
commit de753bcb49

View file

@ -62,7 +62,7 @@ python ${SCRIPTPATH}/../python_apps/create-pypo-user.py
set +e
php ${SCRIPTPATH}/include/airtime-install.php $@
$result=$?
result=$?
if [ "$result" -eq "2" ]; then
#We've just finished an upgrade, so let's exit
exit 0