fix nextcloud: get rid of extra user_ldap configs; other fixes

This commit is contained in:
Alexander Tomokhov
2025-01-17 15:04:08 +04:00
parent 56fe5690c1
commit f43ec2686d
3 changed files with 32 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ in
''
rm -f -v ${db-pass-filepath}
rm -f -v ${admin-pass-filepath}
[ ! -f "${override-config-fp}" && -L "${override-config-fp}" ] && \
[[ ! -f "${override-config-fp}" && -L "${override-config-fp}" ]] && \
rm -v "${override-config-fp}"
'';
};