From ec60a7347407b3f6e3bbe7e54d596bca3e3bcd64 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 31 Aug 2023 15:23:14 +0200 Subject: [PATCH] add check Signed-off-by: Daniel Hansson --- addons/redis-server-ubuntu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/redis-server-ubuntu.sh b/addons/redis-server-ubuntu.sh index ca8ffd24..a9d24157 100644 --- a/addons/redis-server-ubuntu.sh +++ b/addons/redis-server-ubuntu.sh @@ -44,7 +44,10 @@ then nextcloud_occ config:system:delete filelocking.enabled nextcloud_occ config:system:delete memcache.distributed nextcloud_occ config:system:delete memcache.locking + nextcloud_occ config:system:delete redis password nextcloud_occ config:system:delete redis + # Check that everything is functioning + nextcloud_occ -V fi if pecl list | grep -q redis then