From 6fdcc9ae7f5cfa7060acf1864865481e7dd268f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 2 May 2017 12:36:58 +0200 Subject: Install script: fix color --- install/ishtar-prepare-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ishtar-prepare-instance') diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index 33db4de4a..9539d03ec 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -16,7 +16,7 @@ cecho() { *) local text="$1" esac [ -z "$text" ] && local text="$color$2${code}0m" - echo "$text" + echo -e "$text" } do_install_instance() { -- cgit v1.2.3