mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
bug/typo fix
This commit is contained in:
parent
ce5302d79b
commit
d70e415d11
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# handle MLATHUB_ENABLE_ADSB_INGEST (if set, connect to readsb as input)
|
# 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")
|
MLATHUB_CMD+=("--net-connector=localhost,30006,beast_in")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue