ft991a-monitor.sh bugfix in cleanup_stack()

This commit is contained in:
Craig McDaniel
2026-03-03 20:13:11 -06:00
parent 1bf34c618b
commit 4c70b56f69

View File

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