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