Update status.inc

This commit is contained in:
2023-11-16 08:22:28 -06:00
parent 2b2fc0fb4c
commit 2c113946e8
+1 -1
View File
@@ -122,7 +122,7 @@ STATUS(){
if [ "${ntypesel}" != "" ]; then
ntypesel=(${ntypesel})
else
ntypesel=${NM_NODE_TYPES[@]}
ntypesel=$NM_NODE_TYPES[@]
fi
for NTYPE in "${!ntypesel}"; do