In airtime-full-install restart apache before the minimal install
This commit is contained in:
parent
800f5bf447
commit
79b59ec74a
|
@ -203,5 +203,6 @@ echo "----------------------------------------------------"
|
|||
echo "5. Run Airtime Install"
|
||||
echo "----------------------------------------------------"
|
||||
cd $SCRIPTPATH/../../install_minimal
|
||||
./airtime-install
|
||||
# Restart apache to clear php cache
|
||||
service apache2 restart
|
||||
./airtime-install
|
Loading…
Reference in New Issue