1
0
镜像自地址 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-03-24 19:07:23 +01:00

This fixes the warning about setting LC_ALL on Ubuntu server

这个提交包含在:
downtownallday
2020-06-14 18:02:27 -04:00
父节点 bce1cd41ff
当前提交 41188ad42c

查看文件

@@ -16,7 +16,8 @@ source setup/preflight.sh
if ! locale -a | grep en_US.utf8 > /dev/null; then
# Generate locale if not exists
hide_output locale-gen en_US.UTF-8
hide_output localedef -f UTF-8 -i en_US en_US.UTF-8
#hide_output locale-gen en_US.UTF-8
fi
export LANGUAGE=en_US.UTF-8