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.
2 parents e44a7ca + cb20b0b commit c1c0443Copy full SHA for c1c0443
install/vst-install-ubuntu.sh
@@ -1164,7 +1164,12 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1164
mysql roundcube < /usr/share/dbconfig-common/data/roundcube/install/mysql
1165
php5enmod mcrypt 2>/dev/null
1166
phpenmod mcrypt 2>/dev/null
1167
- service apache2 restart
+ if [ "$apache" = 'yes' ]; then
1168
+ service apache2 restart
1169
+ fi
1170
+ if [ "$nginx" = 'yes' ]; then
1171
+ service nginx restart
1172
1173
fi
1174
1175
0 commit comments