1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-21 13:20:11 +00:00

stagger MLAT-client starts by 15 seconds so the logs are better readable

This commit is contained in:
kx1t 2023-09-21 14:20:23 -04:00
parent 3ee51809d6
commit 38fc50938b

View file

@ -202,8 +202,8 @@ do
execstring="$(echo ${MLAT_CMD} ${MLAT_PARAM[*]} | xargs)"
# stagger by 1 second so they don't all start at the same time
sleep 1 & wait $!
# stagger by 15 second so they don't all start at the same time
sleep 15 & wait $!
# ------------------------------------------------
# run this Mlat_client instance in the background: