gerd.nextcloud: fixed ldap admin group not being promoted correctly

This commit is contained in:
eyjhb 2024-08-15 11:10:19 +02:00
parent 8ef7da73dd
commit e84742d942
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -68,7 +68,7 @@ let
done
# 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