We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cae50 commit cb20b0bCopy full SHA for cb20b0b
install/vst-install-ubuntu.sh
@@ -1163,7 +1163,12 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1163
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
1164
php5enmod mcrypt 2>/dev/null
1165
phpenmod mcrypt 2>/dev/null
1166
- service apache2 restart
+ if [ "$apache" = 'yes' ]; then
1167
+ service apache2 restart
1168
+ fi
1169
+ if [ "$nginx" = 'yes' ]; then
1170
+ service nginx restart
1171
1172
fi
1173
1174
0 commit comments