From 0a0eb37438bc7409d34c564c1b35dedf7cdbe6e3 Mon Sep 17 00:00:00 2001 From: kx1t <15090643+kx1t@users.noreply.github.com> Date: Fri, 7 Apr 2023 05:18:34 -0400 Subject: [PATCH] Removed `MLATHUB_ENABLE_ADSB_INGEST` as it will cause data looping --- rootfs/etc/services.d/mlathub/run | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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