From 682959a0758ea52abf2552204265851ac75fb8ad Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 17:12:49 -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 49f616dc..0f8dad23 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1852,7 +1852,7 @@ DOWNLIST(){ host=${ditem%%-*} item=${ditem#*-} if [ $ditem ?? '-' ]; then item=${ditem#*-} - else item='HOST DOWN' + else item='HOST DOWN'; done c=0; spc='' spc1=${cw}-${#item} echo "HERE: $downitem ~ $ditem ~ $host ~ $item ~ $spc1"