Skip to content

Commit 2f6a8e0

Browse files
authored
Update v-change-sys-pma
2 parents 1f634c8 + 09ff7f5 commit 2f6a8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-change-sys-pma

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

77

88
#----------------------------------------------------------#
@@ -38,7 +38,7 @@ if [ -f /etc/nginx/conf.d/phpmyadmin.inc ]; then
3838
nginx_pma=$(cat /etc/nginx/conf.d/phpmyadmin.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_pma" ]; then
4343
if [ ! "$apache_pma" = "$PMA" ]; then
4444
# Replace pma alias in config files.

0 commit comments

Comments
 (0)