gerd.nextcloud: fixed ldap admin group not being promoted correctly
This commit is contained in:
parent
8ef7da73dd
commit
e84742d942
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ let
|
||||||
done
|
done
|
||||||
|
|
||||||
# promote ldap admin group to admins
|
# promote ldap admin group to admins
|
||||||
${occ} ldap:promote-group ${config.mine.shared.settings.ldap.groups.admin} || true
|
${occ} ldap:promote-group ${config.mine.shared.settings.ldap.groups.admin} --yes -n
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# script for resetting nextcloud admin password on each startup
|
# script for resetting nextcloud admin password on each startup
|
||||||
|
|
Loading…
Reference in a new issue