Skip to content

Commit

Permalink
fix(radarbox): fix mlat listen port (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom-x authored Jul 9, 2023
1 parent ab5e310 commit f45b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/conf-radarbox/script
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ "$SERVICE_ENABLE_RADARBOX" != "false" ]; then
{
echo "[mlat]"
if [[ "$RADARBOX_MLAT" == "true" ]]; then
echo "mlat_cmd=/usr/local/share/radarbox-mlat-client/venv/bin/mlat-client --results beast,listen,30105"
echo "mlat_cmd=/usr/local/share/radarbox-mlat-client/venv/bin/mlat-client --results beast,listen,30107"
echo "autostart_mlat=true"
else
echo "autostart_mlat=false"
Expand Down

0 comments on commit f45b667

Please sign in to comment.