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 2e6c92f commit 60997c7Copy full SHA for 60997c7
lib.sh
@@ -53,7 +53,7 @@ MYCNF=/root/.my.cnf
53
[ ! -z "$MYCNFPW" ] && MARIADBMYCNFPASS=$(grep "password" $MYCNF | sed -n "/password/s/^password='\(.*\)'$/\1/p")
54
# Path to specific files
55
PHPMYADMIN_CONF="/etc/apache2/conf-available/phpmyadmin.conf"
56
-SECURE="$SCRIPTS/wp-permissionss.sh"
+SECURE="$SCRIPTS/wp-permissions.sh"
57
SSL_CONF="/etc/apache2/sites-available/wordpress_port_443.conf"
58
HTTP_CONF="/etc/apache2/sites-available/wordpress_port_80.conf"
59
0 commit comments