From af8cb566cb1f3e78f3962a2977c0cdf9e806f9db Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 10:45:58 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index be1ae2c6..229b97d9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -30,11 +30,11 @@ STATUS() { fi done - echo "${idsST[Bold]}" + echo -e "${idsST[Bold]}" DIVIDER - echo -e "${idsST[Bold]}${idsCL[Yellow]} Node Service Status${idsCL[Default]}" + echo -e "${idsCL[Yellow]} Node Service Status${idsCL[Default]}" DIVIDER - echo "${idsST[Reset]}" + echo -e "${idsST[Reset]}" if [ ! -z ${LOCAL_SERVICES+x} ]; then lip=$(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) echo -e " ${idsST[Bold]}${idsCL[LightCyan]}${NODE_HOSTNAME} (${lip})${idsST[Reset]}${idsCL[LightCyan]} - localhost${idsCL[Default]}"