From d70e415d1172d049148395e022864f64fa132af7 Mon Sep 17 00:00:00 2001 From: kx1t Date: Sat, 25 Mar 2023 14:55:46 -0400 Subject: [PATCH] bug/typo fix --- rootfs/etc/services.d/mlathub/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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