Skip to content

Commit

Permalink
Merge pull request #32 from kri164/patch-1
Browse files Browse the repository at this point in the history
Update start.sh - fix lldap check
  • Loading branch information
szaimen authored Apr 9, 2024
2 parents 4f01398 + cfa115f commit ead6c83
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 ead6c83

Please sign in to comment.