From 3c0b591cb0e27dc904bda8b31cc62b26dfe280f0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 16 Nov 2023 08:25:44 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 7c6110e5..1d1da94c 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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