From 82173975ddb2e3e4cd10bfcf618b03a0c5c0f1b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 May 2023 20:18:03 -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 6173cba8..61178a14 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1077,7 +1077,7 @@ DOWNLIST(){ host=${ditem%%.*} item=${ditem#*.} - echo "HERE: $item" + echo "HERE: '$item'" if [[ $ditem == *"."* ]] && [ "${NM_SERVICES[${item}]}" != "" ]; then itemname=${NM_SERVICES[${ditem#*-}]}