1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

add log verbosity

This commit is contained in:
kx1t 2024-05-23 18:00:47 -04:00 committed by Matthias Wirth
parent 02e63838e3
commit 2b8ac0b40b

View file

@ -38,6 +38,8 @@ sleep "${GPSD_INITIAL_WAIT:-60}"
lat="${LAT:-${READSB_LAT:-$(jq -r .lat /run/readsb/gpsd.json)}}"
lon="${LONG:-${READSB_LON:-$(jq -r .lon /run/readsb/gpsd.json)}}"
"${s6wrap[@]}" echo "GPSD is active. Your mlat-client will restart with new coordinates if you move more than ${GPSD_MIN_DISTANCE:-20} meters"
while :; do
new_lat="$(jq -r .lat /run/readsb/gpsd.json)"
new_lon="$(jq -r .lon /run/readsb/gpsd.json)"