1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00
This commit is contained in:
kx1t 2024-05-23 17:58:07 -04:00 committed by Matthias Wirth
parent 0420702070
commit 02e63838e3

View file

@ -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