From 1229e0b941461c524c9b162cb85804978c374c6a Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Thu, 23 Oct 2014 12:25:45 -0400 Subject: [PATCH] Fix bug - displaying escape characters on lib-ips notification during install --- templates/setup-head.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/setup-head.sh b/templates/setup-head.sh index 39eccee..bb13e3a 100755 --- a/templates/setup-head.sh +++ b/templates/setup-head.sh @@ -282,7 +282,7 @@ chown opensrf:opensrf /openils/var/web/ldirectorping.txt- if [ -e lib_ips.txt ] then echo - echo $COL_BR_CYAN"Enabling lib_ips.txt.."$COL_RESET + echo -e $COL_BR_CYAN"Enabling lib_ips.txt.."$COL_RESET sleep 1 cp -f lib_ips.txt /openils/conf chown opensrf:opensrf /openils/conf/lib_ips.txt -- 2.11.0