Update status.inc

This commit is contained in:
2023-11-16 08:34:09 -06:00
parent b9f4b1c216
commit 057a225d1d

View File

@@ -14,7 +14,7 @@ STATUS(){
for NTYPE in "${NM_NODE_TYPES[@]}"; do for NTYPE in "${NM_NODE_TYPES[@]}"; do
if [ "${ST_ACTION^^}" == "${NTYPE}" ]; then if [ "${ST_ACTION^^}" == "${NTYPE}" ]; then
ntypesel=${NTYPE} ntypesel=${NTYPE}
ST_ACTION="" ST_ACTION=${2}
break break
fi fi
done done
@@ -127,10 +127,7 @@ STATUS(){
if [ "${ST_ACTION}" != "check" ]; then echo; fi if [ "${ST_ACTION}" != "check" ]; then echo; fi
fi fi
######################## ########################
echo ${ntypesel[@]}
for NTYPE in "${ntypesel[@]}"; do
echo "HERTE: $NTYPE"
done
for NTYPE in "${ntypesel[@]}"; do for NTYPE in "${ntypesel[@]}"; do
echo "HERTE: $NTYPE" echo "HERTE: $NTYPE"
nid=1 nid=1