diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4086bccd..6cfac8a6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -715,8 +715,11 @@ DOWNLIST(){ else echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}" DIVIDER false yellow 95 - [ "${1}" == "ignore" ] && ignsel=" " || ignsel="" - echo -e "${idsCL[Yellow]}${ignsel}Service/Host Host Down_Time${idsCL[Default]}" + if [ "${1}" != "ignore" ]; then + echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}" + else + echo -e "${idsCL[Yellow]} Service/Host Host Down_Time Notifications${idsCL[Default]}" + fi DIVIDER false yellow 95 cw=50; cw2=65; is=1;