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