Update status.inc

This commit is contained in:
2023-11-16 08:28:22 -06:00
parent 658d44b46a
commit 91678887ea

View File

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