We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47efc0f commit e13dc30Copy full SHA for e13dc30
1 file changed
install/upgrade/0.9.8-29.sh
@@ -169,6 +169,16 @@ if [ -f /etc/dovecot/dovecot.conf ]; then
169
sleep 0.5
170
fi
171
172
+# Update Roundcube webmail configuration
173
+if [ -f /etc/apache2/conf.d/webmail.conf ]; then
174
+ echo "(*) Updating Roundcube global subdomain configuration for apache2..."
175
+ cp -f $HESTIA/install/deb/roundcube/apache.conf /etc/apache2/conf.d/roundcube.conf.conf
176
+fi
177
+if [ -f /etc/nginx/conf.d/webmail.conf ]; then
178
+ echo "(*) Updating Roundcube global subdomain configuration for nginx..."
179
+ cp -f $HESTIA/install/deb/nginx/webmail.conf /etc/nginx/conf.d/webmail.conf
180
181
+
182
# Add IMAP system variable to configuration if dovecot is installed
183
if [ -z "$IMAP_SYSTEM" ]; then
184
if [ -f /usr/bin/dovecot ]; then
0 commit comments