mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2025-03-01 15:11:23 +01:00
bug fix
This commit is contained in:
parent
b45738b003
commit
489569d29a
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ do
|
||||||
if [[ -n "${params[2]}" ]]
|
if [[ -n "${params[2]}" ]]
|
||||||
then
|
then
|
||||||
MLATHUB_CMD+=("--net-connector=localhost,${params[2]},beast_in")
|
MLATHUB_CMD+=("--net-connector=localhost,${params[2]},beast_in")
|
||||||
(( mlat_result_sources++ ))
|
(( mlat_result_sources++ )) || true
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if (( mlat_result_sources == 0 ))
|
if (( mlat_result_sources == 0 ))
|
||||||
|
|
Loading…
Add table
Reference in a new issue