From 82a3910ca96ce00d23ce1b92d51407675a40b888 Mon Sep 17 00:00:00 2001 From: denny Date: Wed, 13 Sep 2023 18:56:07 +0000 Subject: [PATCH] Fixing cache activation after install --- ocp-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocp-install.sh b/ocp-install.sh index c7ab28c..b8b6a00 100644 --- a/ocp-install.sh +++ b/ocp-install.sh @@ -62,8 +62,8 @@ ocp_config="[ wp config set WP_REDIS_CONFIG "$ocp_config" --raw wp config set WP_REDIS_DISABLED false --raw -wp redis enable -wp cache flush +wp redis enable --force +wp redis flush # free redis object cache config #wp config set WP_REDIS_CLIENT 'relay'