diff --git a/rootfs/etc/services.d/mlathub/run b/rootfs/etc/services.d/mlathub/run index 29a669a..fce52d9 100644 --- a/rootfs/etc/services.d/mlathub/run +++ b/rootfs/etc/services.d/mlathub/run @@ -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