mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user