mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Merge pull request #1600 from ioannidesalex/patch-44
Not always apache is used
This commit is contained in:
commit
c1c0443e20
1 changed files with 6 additions and 1 deletions
|
@ -1164,7 +1164,12 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
|
||||||
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
|
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
|
||||||
php5enmod mcrypt 2>/dev/null
|
php5enmod mcrypt 2>/dev/null
|
||||||
phpenmod mcrypt 2>/dev/null
|
phpenmod mcrypt 2>/dev/null
|
||||||
service apache2 restart
|
if [ "$apache" = 'yes' ]; then
|
||||||
|
service apache2 restart
|
||||||
|
fi
|
||||||
|
if [ "$nginx" = 'yes' ]; then
|
||||||
|
service nginx restart
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue