Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-01 09:33:13 -06:00
parent ae691fdea8
commit f98eb04e6f

View File

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