1
0
Fork 0
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:
kx1t 2023-04-07 05:18:34 -04:00 committed by GitHub
parent f52f124fed
commit 0a0eb37438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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