Update status.inc

This commit is contained in:
2023-11-16 08:31:31 -06:00
parent d8f9a1a4fa
commit 44e80b6039

View File

@@ -10,10 +10,8 @@ STATUS(){
fi fi
declare -i cw; declare -i spc1; declare -i c declare -i cw; declare -i spc1; declare -i c
echo "${ST_ACTION^^} - ${NTYPE}"
ntypesel="" ntypesel=""
for NTYPE in "${NM_NODE_TYPES[@]}"; do for NTYPE in "${NM_NODE_TYPES[@]}"; do
echo "X: "
if [ "${ST_ACTION^^}" == "${NTYPE}" ]; then if [ "${ST_ACTION^^}" == "${NTYPE}" ]; then
ntypesel=${NTYPE} ntypesel=${NTYPE}
break break
@@ -130,6 +128,7 @@ STATUS(){
######################## ########################
for NTYPE in "${ntypesel[@]}"; do for NTYPE in "${ntypesel[@]}"; do
echo "HERTE: $NTYPE"
nid=1 nid=1
dockers=${NTYPE}_DOCKERS_CHECK[@] dockers=${NTYPE}_DOCKERS_CHECK[@]