mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
spelling
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
4e04625918
commit
37b414303d
2
setup.sh
2
setup.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user