From cfa115f66d4b928fc9671a1d1afc15d9776f8e8e Mon Sep 17 00:00:00 2001 From: kri164 <52274164+kri164@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:12:19 +0200 Subject: [PATCH] Update start.sh - fix lldap check Fix the check for lldap exist Signed-off-by: kri164 <52274164+kri164@users.noreply.github.com> --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 3e7b034..d30d396 100644 --- a/start.sh +++ b/start.sh @@ -63,7 +63,7 @@ https://mail.{\$NC_DOMAIN}:443 { CADDY fi -if [ -n "$(dig A +short nextcloud-aio-vaultwarden)" ] && ! grep -q nextcloud-aio-lldap /Caddyfile; then +if [ -n "$(dig A +short nextcloud-aio-lldap)" ] && ! grep -q nextcloud-aio-lldap /Caddyfile; then cat << CADDY >> /Caddyfile https://ldap.{\$NC_DOMAIN}:443 { # import GEOFILTER