From 7a119b91768382ab23a14959d0b6c37b36d478d4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 10 Jun 2023 18:46:40 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index fdd3cc54..408e0163 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1097,7 +1097,7 @@ DOWNLIST(){ echo -e "Service/Host Host Down_Time" DIVIDER false yellow 80 - cw=40; cw2=58 + cw=40; cw2=65 for downitem in ${DOWN_LIST}; do ditem=${downitem##*/} ditem=${ditem//.down}