Skip to content

Commit d2b01bc

Browse files
Update v-change-sys-webmail
1 parent 230a060 commit d2b01bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-change-sys-webmail

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# info: change webmail alias url
33
# options: WEBMAIL
44
#
5-
# The function is to change the webmail url in apache2 or nginx configuration.
5+
# This function changes the webmail url in apache2 or nginx configuration.
66

77

88
#----------------------------------------------------------#
@@ -38,7 +38,7 @@ if [ -f /etc/nginx/conf.d/roundcube.inc ]; then
3838
nginx_webmail=$(cat /etc/nginx/conf.d/webmail.inc | grep "location" | { IFS=' '; read -r -a array; echo "${array[1]}"; })
3939
fi
4040

41-
# Check if alias is different for apach2
41+
# Check if alias is different for apache2
4242
if [ -z "$apache_webmail" ]; then
4343
if [ ! "$apache_webmail" = "$WEBMAIL" ]; then
4444
# Replace webmail alias in config files.

0 commit comments

Comments
 (0)