mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-23 09:55:24 +00:00
fix intent
This commit is contained in:
parent
c062ff5c1f
commit
036a83f9a8
2
setup.sh
2
setup.sh
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user