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/inst
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-03 22:59:18 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-03 22:59:18 +0300
commit1f55f8956b1800874ed995363bb82a24b1a63cc3 (patch)
treea2d65f92f6cf3ef73acee361b734fe466783eb5f /inst
parent645079ea34c3008fe4053fa0fa65d3837c873135 (diff)
fix detection of member-of LDAP overlay
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'inst')
-rw-r--r--inst2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst b/inst
index f7a9952..ba8813b 100644
--- a/inst
+++ b/inst
@@ -132,7 +132,7 @@ nextcloud_ensure_ucr() {
# installs the memberof-overlay and saves the state in NC_MEMBER_OF
nextcloud_attempt_memberof_support() {
- NC_MEMBER_OF=`dpkg-query -W -f='${Status}\n' univention-ldap-overlay-memberof | grep Installed | grep "^i" -c`
+ NC_MEMBER_OF=`dpkg-query -W -f='${Status}\n' univention-ldap-overlay-memberof | grep -i installed | grep "^i" -c`
}
# update ldap bind account to nextcloud user