mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
bug fix
This commit is contained in:
parent
0420702070
commit
02e63838e3
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ while :; do
|
|||
# kill the mlat-client instances so they get restarted with the new GPS coords
|
||||
pkill -f "/usr/bin/python3 /usr/bin/mlat-client" >/dev/null 2>&1
|
||||
fi
|
||||
sleep "${GPSD_CHECK_INTERVAL:30}" & wait $!
|
||||
sleep "${GPSD_CHECK_INTERVAL:-30}" & wait $!
|
||||
done
|
Loading…
Reference in a new issue