Update status.inc

This commit is contained in:
2023-11-16 08:25:44 -06:00
parent 91d8c56461
commit 3c0b591cb0

View File

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