Update status.inc

This commit is contained in:
2023-11-16 08:32:16 -06:00
parent 44e80b6039
commit 9bceee81f6

View File

@@ -126,7 +126,10 @@ 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