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