Skip to content

Commit 60997c7

Browse files
author
Daniel Hansson
authored
typo
1 parent 2e6c92f commit 60997c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ MYCNF=/root/.my.cnf
5353
[ ! -z "$MYCNFPW" ] && MARIADBMYCNFPASS=$(grep "password" $MYCNF | sed -n "/password/s/^password='\(.*\)'$/\1/p")
5454
# Path to specific files
5555
PHPMYADMIN_CONF="/etc/apache2/conf-available/phpmyadmin.conf"
56-
SECURE="$SCRIPTS/wp-permissionss.sh"
56+
SECURE="$SCRIPTS/wp-permissions.sh"
5757
SSL_CONF="/etc/apache2/sites-available/wordpress_port_443.conf"
5858
HTTP_CONF="/etc/apache2/sites-available/wordpress_port_80.conf"
5959

0 commit comments

Comments
 (0)