From 04e72c1c218a2c5608fd543d5057e41db43f2086 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 10 Jun 2023 18:55:32 -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 408e0163..c7fb0cf5 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=65 + cw=50; cw2=65 for downitem in ${DOWN_LIST}; do ditem=${downitem##*/} ditem=${ditem//.down}