1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-07-23 01:45:37 +00:00

fix intent

This commit is contained in:
Philipp Holzer 2018-12-02 12:54:37 +01:00
parent c062ff5c1f
commit 036a83f9a8
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5

View File

@ -34,7 +34,7 @@ if [ ! -e ./.env ]; then
read -p "Email address to use for Lets Encrypt. Use 'self_signed' as your email to create self signed certificates [$value_default]: " new_value
EMAIL=${new_value:-$value_default}
value_default="$LDAP_BASE_DN"
value_default="$LDAP_BASE_DN"
read -p "Name of the BASE DN for LDAP [$value_default]: " new_value
LDAP_BASE_DN=${new_value:-$value_default}