Update status.inc

This commit is contained in:
2023-11-16 08:26:54 -06:00
parent db3f287efb
commit 01e9b2186d

View File

@@ -23,7 +23,7 @@ STATUS(){
ntypesel=(${NM_NODE_TYPES[@]})
fi
for NTYPE in "${ntypesel}"; do
for NTYPE in "${ntypesel[@]}"; do
echo "HERE: $NTYPE"
done