From 8168a22be75a39aa56f340a6cfa96da21a54f15f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 16 Nov 2023 08:28:45 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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