In airtime-full-install restart apache before the minimal install

This commit is contained in:
drigato 2013-12-10 10:48:42 -05:00
parent 800f5bf447
commit 79b59ec74a
1 changed files with 3 additions and 2 deletions

View File

@ -203,5 +203,6 @@ echo "----------------------------------------------------"
echo "5. Run Airtime Install" echo "5. Run Airtime Install"
echo "----------------------------------------------------" echo "----------------------------------------------------"
cd $SCRIPTPATH/../../install_minimal cd $SCRIPTPATH/../../install_minimal
./airtime-install # Restart apache to clear php cache
service apache2 restart service apache2 restart
./airtime-install