mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00: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]}" ]]
|
||||
then
|
||||
MLATHUB_CMD+=("--net-connector=localhost,${params[2]},beast_in")
|
||||
(( mlat_result_sources++ ))
|
||||
(( mlat_result_sources++ )) || true
|
||||
fi
|
||||
done
|
||||
if (( mlat_result_sources == 0 ))
|
||||
|
|
Loading…
Reference in a new issue