add check

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson 2023-08-31 15:23:14 +02:00 committed by GitHub
parent 1ea3d93ee5
commit ec60a73474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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