mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
bug fix
This commit is contained in:
parent
84643e96a3
commit
1bf864bfac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ MLATHUB_CMD+=("--forward-mlat")
|
||||||
MLATHUB_CMD+=("--net-sbs-port=${MLATHUB_SBS_OUT_PORT:-31003}")
|
MLATHUB_CMD+=("--net-sbs-port=${MLATHUB_SBS_OUT_PORT:-31003}")
|
||||||
MLATHUB_CMD+=("--net-bi-port=${MLATHUB_BEAST_IN_PORT:-31004}")
|
MLATHUB_CMD+=("--net-bi-port=${MLATHUB_BEAST_IN_PORT:-31004}")
|
||||||
MLATHUB_CMD+=("--net-bo-port=${MLATHUB_BEAST_OUT_PORT:-31005}")
|
MLATHUB_CMD+=("--net-bo-port=${MLATHUB_BEAST_OUT_PORT:-31005}")
|
||||||
MLATHUB_CMD+=("--net-beast-reduce-out-port=${MLATHUB_BEAST_REDUCE_OUT_PORT:-31006}"))
|
MLATHUB_CMD+=("--net-beast-reduce-out-port=${MLATHUB_BEAST_REDUCE_OUT_PORT:-31006}")
|
||||||
|
|
||||||
# We need to get the mlat results ports from the parameters:
|
# We need to get the mlat results ports from the parameters:
|
||||||
# parse MLAT_CONFIG string into mlat_configs array
|
# parse MLAT_CONFIG string into mlat_configs array
|
||||||
|
|
Loading…
Reference in a new issue