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 37ecd39 commit 95a20a8Copy full SHA for 95a20a8
bin/v-add-mail-domain-ssl
@@ -78,7 +78,7 @@ fi
78
# Call routine to add SSL configuration to mail domain
79
add_mail_ssl_config
80
81
-if [ "$webmail" == "roundcube" ]; then
+if [ "$WEBMAIL" == "roundcube" ]; then
82
WEBMAIL_TEMPLATE="default"
83
if [ ! -z "$PROXY_SYSTEM" ]; then
84
PROXY_TEMPLATE="default"
@@ -88,7 +88,7 @@ if [ "$webmail" == "roundcube" ]; then
88
if [ "$WEB_SYSTEM" = "nginx" ]; then
89
WEBMAIL_TEMPLATE="web_system"
90
fi
91
-elif [ "$webmail" == "rainloop" ]; then
+elif [ "$WEBMAIL" == "rainloop" ]; then
92
WEBMAIL_TEMPLATE="rainloop"
93
94
PROXY_TEMPLATE="default_rainloop"
0 commit comments