From 17917ca0f7e2304f47f5567de43dd59d7967ca0a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 12:28:27 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}