summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-19 19:57:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-19 19:57:32 +0000
commit39cb83e1e80b2ee7e8f2d5611a022ae9f1df46fe (patch)
tree89c0da94ce564424f3f09eb9e2b20c978da210aa /lib
parentReleasing debian version 20190304-1. (diff)
downloadopen-infrastructure-compute-tools-39cb83e1e80b2ee7e8f2d5611a022ae9f1df46fe.tar.xz
open-infrastructure-compute-tools-39cb83e1e80b2ee7e8f2d5611a022ae9f1df46fe.zip
Merging upstream version 20190319.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/container/enter2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/enter b/lib/container/enter
index 9c9ebfa..10a122f 100755
--- a/lib/container/enter
+++ b/lib/container/enter
@@ -107,7 +107,7 @@ done
SSH_CLIENT="${SSH_CLIENT:-127.0.0.1 0 0}"
# Run
-nsenter --all --target "${LEADER}" --wd="${MACHINES}/${NAME}/root" /usr/bin/script -c "/bin/bash -l" -q /dev/null
+nsenter --all --target "${LEADER}" --wd="${MACHINES}/${NAME}/root" /usr/bin/script -c "LC_ALL=C.UTF-8 /bin/bash -l" -q /dev/null
case "${SSH_CLIENT}" in
127.0.0.1*)