1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2025-03-01 15:11:23 +01:00
This commit is contained in:
kx1t 2023-04-08 19:18:45 -04:00
parent b45738b003
commit 489569d29a

View file

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