mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Remove incomplete memcached config
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
99c22a9646
commit
e0b9378984
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user