Update status.inc

This commit is contained in:
2023-11-16 08:26:21 -06:00
parent 5c9caa6992
commit 76ce435b58

View File

@@ -20,10 +20,10 @@ STATUS(){
if [ "${ntypesel}" != "" ]; then if [ "${ntypesel}" != "" ]; then
ntypesel=(${ntypesel}) ntypesel=(${ntypesel})
else else
ntypesel=${NM_NODE_TYPES[@]} ntypesel=$({NM_NODE_TYPES[@]})
fi fi
for NTYPE in "(${ntypesel})"; do for NTYPE in "${ntypesel}"; do
echo "HERE: $NTYPE" echo "HERE: $NTYPE"
done done