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.
2 parents 1f634c8 + 09ff7f5 commit 2f6a8e0Copy full SHA for 2f6a8e0
bin/v-change-sys-pma
@@ -2,7 +2,7 @@
2
# info: change phpmyadmin alias url
3
# options: PMA
4
#
5
-# The function is to change the phpmyadmin url in apache2 or nginx configuration.
+# This function changes the phpmyadmin url in apache2 or nginx configuration.
6
7
8
#----------------------------------------------------------#
@@ -38,7 +38,7 @@ if [ -f /etc/nginx/conf.d/phpmyadmin.inc ]; then
38
nginx_pma=$(cat /etc/nginx/conf.d/phpmyadmin.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_pma" ]; then
43
if [ ! "$apache_pma" = "$PMA" ]; then
44
# Replace pma alias in config files.
0 commit comments