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:
parent
3ee51809d6
commit
38fc50938b
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue