Update status.inc

This commit is contained in:
2023-11-16 08:26:03 -06:00
parent 3c0b591cb0
commit 5c9caa6992

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