services/nextcloud: check redis config
This commit is contained in:
parent
095c27c9d5
commit
439243d38f
1 changed files with 3 additions and 0 deletions
|
@ -99,5 +99,8 @@ in {
|
|||
client.succeed(
|
||||
"${withRcloneEnv} ${diffSharedFile}"
|
||||
)
|
||||
|
||||
# redis cache should not be empty
|
||||
nextcloud.fail("redis-cli KEYS * | grep -q 'empty array'")
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue