mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
bug fixes
This commit is contained in:
parent
f34a7e37ea
commit
15287ec115
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ MLATHUB_CMD+=("--forward-mlat")
|
|||
|
||||
# define some more ports:
|
||||
MLATHUB_CMD+=("--net-sbs-port=${MLATHUB_SBS_OUT_PORT:-31003}")
|
||||
MLATHUB_CMS+=("--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}")
|
||||
|
||||
# We need to get the mlat results ports from the parameters:
|
||||
|
|
|
@ -53,7 +53,7 @@ do
|
|||
|
||||
if [[ -n "${params[2]}" ]]
|
||||
then
|
||||
MLATHUB_CMD+=("--net-connector=localhost,${params[2]},beast_in")
|
||||
READSB_CMD+=("--net-connector=localhost,${params[2]},beast_in")
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue