mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-12 14:18:30 +02:00
Always use english
This commit is contained in:
parent
27c34c3aa2
commit
3d2cc1f7a8
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
[[ -n "${DEBUG:-}" ]] && set -x
|
[[ -n "${DEBUG:-}" ]] && set -x
|
||||||
|
|
||||||
|
LANG=en_US.UTF-8
|
||||||
|
LANGUAGE=en_US:
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
|
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
|
||||||
|
|
||||||
GREP_REGEXP_INSTANCE_NAME="[-_.[:alnum:]]\\+"
|
GREP_REGEXP_INSTANCE_NAME="[-_.[:alnum:]]\\+"
|
||||||
|
|
Loading…
Add table
Reference in a new issue