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#*-}]}