mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 22:00: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
|
sleep infinity
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# removed as it will cause looping:
|
||||||
# handle MLATHUB_ENABLE_ADSB_INGEST (if set, connect to readsb as input)
|
# handle MLATHUB_ENABLE_ADSB_INGEST (if set, connect to readsb as input)
|
||||||
if [[ -n "$MLATHUB_ENABLE_ADSB_INGEST" ]]; then
|
# if [[ -n "$MLATHUB_ENABLE_ADSB_INGEST" ]]; then
|
||||||
MLATHUB_CMD+=("--net-connector=localhost,30006,beast_in")
|
# MLATHUB_CMD+=("--net-connector=localhost,30006,beast_in")
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# Add any additional net_connectors:
|
# Add any additional net_connectors:
|
||||||
if [[ -n "$MLATHUB_NET_CONNECTOR" ]]; then
|
if [[ -n "$MLATHUB_NET_CONNECTOR" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue