From: Andy Witter Date: Thu, 23 Oct 2014 16:25:45 +0000 (-0400) Subject: Fix bug - displaying escape characters on lib-ips notification during install X-Git-Tag: GenaSYS-2.7.0 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1229e0b941461c524c9b162cb85804978c374c6a;p=contrib%2Fpines%2Fgenasys.git Fix bug - displaying escape characters on lib-ips notification during install --- 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