From b909ec978f9ed483214da38af961545e58e95a73 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 9 Mar 2017 19:09:56 +0100 Subject: [PATCH] Drop color logging for remote install, seem to fail in some conditions --- scripts/remote-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index c89f40fb..260c8d8d 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -31,9 +31,7 @@ function help { } function log { - tput setaf 2 echo "=> $1" >&2 - tput sgr0 } lsb_release -d | grep "LTS" > /dev/null