1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-22 13:50:14 +00:00
This commit is contained in:
kx1t 2023-04-08 19:18:45 -04:00
parent b45738b003
commit 489569d29a

View file

@ -46,10 +46,10 @@ 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 ))
then then
echo "[$(date)][mlathub] No MLAT servers have been defined in MLAT_CONFIG - no need to start MLATHUB" echo "[$(date)][mlathub] No MLAT servers have been defined in MLAT_CONFIG - no need to start MLATHUB"
sleep infinity sleep infinity