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"