CC-3787- On upgrade, make sure user has all required debian packages.
-Just checking for the new packages introduced in 2.1 for now...
This commit is contained in:
parent
a734540e5b
commit
532dd036c1
2 changed files with 13 additions and 1 deletions
|
@ -64,7 +64,7 @@ if [ ! -f /etc/apache2/sites-available/airtime ]; then
|
|||
a2dissite default
|
||||
a2ensite airtime
|
||||
a2enmod rewrite php5
|
||||
service apache2 reload
|
||||
service apache2 restart
|
||||
else
|
||||
echo "Apache config for Airtime already exists..."
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue