mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
Removed MLATHUB_ENABLE_ADSB_INGEST
as it will cause data looping
This commit is contained in:
parent
f52f124fed
commit
0a0eb37438
1 changed files with 4 additions and 3 deletions
|
@ -55,10 +55,11 @@ then
|
|||
sleep infinity
|
||||
fi
|
||||
|
||||
# removed as it will cause looping:
|
||||
# handle MLATHUB_ENABLE_ADSB_INGEST (if set, connect to readsb as input)
|
||||
if [[ -n "$MLATHUB_ENABLE_ADSB_INGEST" ]]; then
|
||||
MLATHUB_CMD+=("--net-connector=localhost,30006,beast_in")
|
||||
fi
|
||||
# if [[ -n "$MLATHUB_ENABLE_ADSB_INGEST" ]]; then
|
||||
# MLATHUB_CMD+=("--net-connector=localhost,30006,beast_in")
|
||||
# fi
|
||||
|
||||
# Add any additional net_connectors:
|
||||
if [[ -n "$MLATHUB_NET_CONNECTOR" ]]; then
|
||||
|
|
Loading…
Reference in a new issue