Remove incomplete memcached config

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik 2023-06-16 13:57:04 -05:00
parent 99c22a9646
commit e0b9378984
No known key found for this signature in database

View File

@ -116,9 +116,6 @@ if occ config:system:get installed >/dev/null 2>&1; then
if ! occ config:system:get memcache.local >/dev/null 2>&1; then
occ config:system:set memcache.local --value='\\OC\\Memcache\\APCu'
fi
if ! occ config:system:get memcache.distributed >/dev/null 2>&1; then
occ config:system:set memcache.distributed --value='\\OC\\Memcache\\Memcached'
fi
fi
if (occ app:list --no-interaction | grep -q richdocumentscode) 2>/dev/null; then