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,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
|
||||||
|
|
Loading…
Reference in a new issue