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 c2e3659 commit ef58dd2Copy full SHA for ef58dd2
bin/v-change-sys-webmail
@@ -62,6 +62,7 @@ if [ ! -z "$nginx_webmail" ]; then
62
if [ ! "$nginx_webmail" = "$WEBMAIL" ]; then
63
# Replace webmail alias in config files.
64
sed -i "s|$nginx_webmail|$WEBMAIL|" /etc/nginx/conf.d/webmail.inc
65
+ sed -i "s|/var/lib$WEBMAIL|/var/lib/roundcube|" /etc/nginx/conf.d/webmail.inc
66
67
# Replace in Backend UI
68
sed -i "s|$nginx_webmail/|$WEBMAIL/|" /usr/local/hestia/web/templates/admin/list_mail.html
0 commit comments