diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 69be4f2d..be182f6a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -639,12 +639,12 @@ DOWNLIST(){ # 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]} (Type) (Host/Service/Docker Name) (Host) (Down_Time) (Notifications)${idsCL[Default]}" + echo -e "${idsCL[Yellow]} (Type) (Host/Service/Docker Name) (Host) (Down_Time) (Notifications)${idsCL[Default]}" # fi DIVIDER false yellow 95 until [ "${choice^^}" = "E" ]; do - cw=35; cw1=10; cw2=20; is=1; + cw=35; cw1=11; cw2=20; is=1; for downitem in ${DOWNLIST[@]}; do ditem=${downitem##*/} ditem=${ditem//.down}