From 01a6760b1216c0b348938702b45e93033b3ad396 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 19 Sep 2023 21:25:48 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 468af182..f17ff29a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -661,11 +661,11 @@ DOWNLIST(){ echo if [ "${DOWN_LIST}" == "" ]; then - echo -e "${idsCL[LightCyan]}Nothing is down${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Nothing is down. Hooray for you!!${idsCL[Default]}" else echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}" DIVIDER false yellow 95 - echo -e "Service/Host Host Down_Time" + echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}" DIVIDER false yellow 95 cw=50; cw2=65