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)