mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
typo
This commit is contained in:
parent
2b8ac0b40b
commit
5006f66b68
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ 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"
|
||||
"${s6wrap[@]}" echo "GPSD is active. Your mlat-client(s) 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)"
|
||||
|
|
Loading…
Reference in a new issue