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-delete-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ishtar-delete-instance') diff --git a/install/ishtar-delete-instance b/install/ishtar-delete-instance index de54154d2..b45e8a1fe 100755 --- a/install/ishtar-delete-instance +++ b/install/ishtar-delete-instance @@ -16,7 +16,7 @@ cecho() { *) local text="$1" esac [ -z "$text" ] && local text="$color$2${code}0m" - echo "$text" + echo -e "$text" } do_delete_instance() { -- cgit v1.2.3