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 230a060 commit d2b01bcCopy full SHA for d2b01bc
bin/v-change-sys-webmail
@@ -2,7 +2,7 @@
2
# info: change webmail alias url
3
# options: WEBMAIL
4
#
5
-# The function is to change the webmail url in apache2 or nginx configuration.
+# This function changes the webmail url in apache2 or nginx configuration.
6
7
8
#----------------------------------------------------------#
@@ -38,7 +38,7 @@ if [ -f /etc/nginx/conf.d/roundcube.inc ]; then
38
nginx_webmail=$(cat /etc/nginx/conf.d/webmail.inc | grep "location" | { IFS=' '; read -r -a array; echo "${array[1]}"; })
39
fi
40
41
-# Check if alias is different for apach2
+# Check if alias is different for apache2
42
if [ -z "$apache_webmail" ]; then
43
if [ ! "$apache_webmail" = "$WEBMAIL" ]; then
44
# Replace webmail alias in config files.
0 commit comments