Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-01-03 01:43:38 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-01-03 01:43:38 +0300
commitdbf017f8dc1d1e1914b9584ef34a27f658ba7cd2 (patch)
tree17ee47822db8813df3c16a3d364a76574a5f0a75 /setup
parent85f78a50870c403cff70395907c345981034d035 (diff)
mute integrity issues due to patch against dav
Diffstat (limited to 'setup')
-rw-r--r--setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup b/setup
index a5515f4..3bac688 100644
--- a/setup
+++ b/setup
@@ -144,6 +144,7 @@ if [ "$NC_IS_PATCHED" = true ]; then
$OCC config:system:set integrity.check.disabled --value="true" --type=boolean
# (un)comment and adjust following line depending on the use case,
# otherwise a warning is shown, still
+ $OCC integrity:check-app dav
$OCC integrity:check-app user_ldap
# integrity checks are done once on upgrade case, thus we can directly remove the flag again