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]}"