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