From 38622505f1d329598b30f4f93f9ce61036db9f29 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Wed, 30 Sep 2015 16:32:17 +0000 Subject: [PATCH] Added preliminar support for Docker containers --- orchestra/bin/orchestra-admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orchestra/bin/orchestra-admin b/orchestra/bin/orchestra-admin index 24052031..1da4a39a 100755 --- a/orchestra/bin/orchestra-admin +++ b/orchestra/bin/orchestra-admin @@ -3,8 +3,8 @@ set -u set -e -bold=$(tput bold) -normal=$(tput sgr0) +bold=$(tput -T ${TERM:-xterm} bold) +normal=$(tput -T ${TERM:-xterm} sgr0) PYTHON_BIN='python3'