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:
Martin Konecny 2012-05-10 14:46:22 -04:00
parent a734540e5b
commit 532dd036c1
2 changed files with 13 additions and 1 deletions

View file

@ -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