From 0b50eca7933da9f95a0ac443d77f34c3d8156ba2 Mon Sep 17 00:00:00 2001 From: saint Date: Wed, 20 Nov 2024 13:33:12 +1100 Subject: [PATCH] Update (minor) Core/bin/checl-wordpressversion, formerly wordpress-vercheck-all.sh, to be run regularly from cronjob to protect against WordPress version downgrades --- bin/check-wordpressversion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/check-wordpressversion b/bin/check-wordpressversion index 10fba57..e07e662 100755 --- a/bin/check-wordpressversion +++ b/bin/check-wordpressversion @@ -22,7 +22,7 @@ # - Update .env with the new version and add IMAGE_VERSION_HOLD=true if needed # Enable debug output -set -x +## set -x # Set your container name and .env file path CONTAINER_NAME="wordpress" @@ -303,7 +303,7 @@ test_versions() { } # Uncomment to run tests -test_versions +## test_versions # Get the current WordPress version current_wp_version=$(get_wp_version | tr -d '\r')