Update status.inc
This commit is contained in:
@@ -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[@]
|
||||||
|
|||||||
Reference in New Issue
Block a user