diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f41a167b..ea8027d9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -719,14 +719,14 @@ DOWNLIST(){ echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}" DIVIDER false yellow 95 if [ "${1}" != "ignore" ]; then - echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}" + echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}" else - echo -e "${idsCL[Yellow]} Service/Host Host Down_Time Notifications${idsCL[Default]}" + echo -e "${idsCL[Yellow]} Service/Host Host Down_Time Notifications${idsCL[Default]}" fi DIVIDER false yellow 95 until [ "${choice^^}" = "D" ]; do - cw=40; cw2=30; is=1; + cw=35; cw2=20; is=1; for downitem in ${DOWNLIST[@]}; do ditem=${downitem##*/} ditem=${ditem//.down}