diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c7fb0cf5..79aed000 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1094,10 +1094,10 @@ DOWNLIST(){ else echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}" DIVIDER false yellow 80 - echo -e "Service/Host Host Down_Time" + echo -e "Service/Host Host Down_Time" DIVIDER false yellow 80 - cw=50; cw2=65 + cw=55; cw2=65 for downitem in ${DOWN_LIST}; do ditem=${downitem##*/} ditem=${ditem//.down}