From 44280702f9f49ac18d6a634304af272c0b568db0 Mon Sep 17 00:00:00 2001 From: Brian Murphy Date: Sun, 25 Feb 2018 03:10:31 -0700 Subject: [PATCH] Match the error message to the tested file --- fix-wordpress-permissions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-wordpress-permissions.sh b/fix-wordpress-permissions.sh index 0d5ad40..7ad3f39 100644 --- a/fix-wordpress-permissions.sh +++ b/fix-wordpress-permissions.sh @@ -27,5 +27,5 @@ if [ -f ${WP_ROOT}/wp-load.php ]; then find ${WP_ROOT}/wp-content -type d -exec chmod 775 {} \; find ${WP_ROOT}/wp-content -type f -exec chmod 664 {} \; else - echo "wp-config.php now found, " + echo "${WP_ROOT}/wp-load.php not found" fi