Skip to content

Commit

Permalink
Update start.sh - fix lldap check
Browse files Browse the repository at this point in the history
Fix the check for lldap exist

Signed-off-by: kri164 <52274164+kri164@users.noreply.github.com>
  • Loading branch information
kri164 authored Apr 9, 2024
1 parent 4f01398 commit cfa115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfa115f

Please sign in to comment.