From 4c70b56f69c1be2b1d9be3dcc6400623b9679526 Mon Sep 17 00:00:00 2001 From: Craig McDaniel Date: Tue, 3 Mar 2026 20:13:11 -0600 Subject: [PATCH] ft991a-monitor.sh bugfix in cleanup_stack() --- ansible/roles/argus_ft991a/templates/ft991a-monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/argus_ft991a/templates/ft991a-monitor.sh b/ansible/roles/argus_ft991a/templates/ft991a-monitor.sh index b9874f4..3c2e7bd 100755 --- a/ansible/roles/argus_ft991a/templates/ft991a-monitor.sh +++ b/ansible/roles/argus_ft991a/templates/ft991a-monitor.sh @@ -166,7 +166,6 @@ cleanup_stack() if [ "$IFACE_CALL" = "$NETROM_CALLSIGN" ]; then echo "Bringing down NET/ROM interface ${IFACE} ..." sudo ip link set $IFACE down - return fi done fi @@ -330,6 +329,7 @@ if [ $? -ne 0 ]; then exit 1 fi +echo "Entering monitoring mode..." while true; do TARGET_BAND=$(poll_rigctld)