Update status.inc

This commit is contained in:
2023-11-16 08:27:41 -06:00
parent 01e9b2186d
commit 658d44b46a

View File

@@ -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