1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-21 21:30:11 +00:00

bug/typo fix

This commit is contained in:
kx1t 2023-03-25 14:55:46 -04:00
parent ce5302d79b
commit d70e415d11

View file

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