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:
parent
ce5302d79b
commit
d70e415d11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue