diff --git a/inc/status.inc b/inc/status.inc index 82de3f5d..5ddb8473 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -10,7 +10,8 @@ STATUS(){ fi declare -i cw; declare -i spc1; declare -i c - ntypesel="${ST_ACTION} - ${NTYPE}" + echo "${ST_ACTION} - ${NTYPE}" + ntypesel="" for NTYPE in "${NM_NODE_TYPES[@]}"; do echo "X: " if [ "${ST_ACTION}" == "${NTYPE}" ]; then