diff --git a/rootfs/etc/services.d/mlathub/run b/rootfs/etc/services.d/mlathub/run index 6c35885..69376a5 100644 --- a/rootfs/etc/services.d/mlathub/run +++ b/rootfs/etc/services.d/mlathub/run @@ -56,7 +56,7 @@ then fi # 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") fi