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