Update nodemgmt-scripts.sh

This commit is contained in:
2023-05-21 20:18:03 -05:00
parent 30fa7af4b4
commit 82173975dd

View File

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