1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-02-02 05:37:57 +01:00
parent 4e04625918
commit 37b414303d

View File

@ -155,7 +155,7 @@ if [ ! -e ./.env ]; then
# TODO get locale from system
value_default="en_US.UTF-8"
read -r -p "Language to be used for new mailoboxes (needs to be available as a locale in the container) [$value_default]: " new_value
read -r -p "Language to be used for new mailboxes (needs to be available as a locale in the container) [$value_default]: " new_value
MAILBOXLANG=${new_value:-$value_default}
if [ -f /etc/timezone ]; then