Update status.inc

This commit is contained in:
2023-11-16 08:26:37 -06:00
parent 76ce435b58
commit db3f287efb

View File

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