From f98eb04e6f64bdc5037ed5220d2e6ddde535f70b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 09:33:13 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4236f566..e946d026 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2301,7 +2301,7 @@ DOWNLIST(){ fi echo - if [ "${DOWNLIST}" == "" ]; then + if [ "${DOWN_LIST}" == "" ]; then echo -e "${idsCL[LightCyan]}Nothing is down${idsCL[Default]}" else echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"