CC-2845: airtime reinstall doesn't work when php uses --file parameter

-append previous fix
This commit is contained in:
martin 2011-09-20 11:27:39 -04:00
parent 153a89430a
commit c0b5ef2635
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ echo -e "\n*** Creating Pypo User ***"
python ${SCRIPTPATH}/../python_apps/create-pypo-user.py
set +e
php --php-ini ${SCRIPTPATH}/airtime-php.ini --file ${SCRIPTPATH}/include/airtime-install.php $@
php --php-ini ${SCRIPTPATH}/airtime-php.ini ${SCRIPTPATH}/include/airtime-install.php $@
result=$?
if [ "$result" -eq "2" ]; then
#We've just finished an upgrade, so let's exit