1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2025-04-01 21:29:35 +02:00

Update interpret_ultrafeeder_config

This commit is contained in:
kx1t 2025-02-02 09:54:15 -05:00 committed by GitHub
parent 3c75a4b1ba
commit a8b8be1b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,7 +146,7 @@ do
*)
# Check if there's anything in ${ULTRAFEEDER_NET_CONNECTOR} -- if not, it's a bad config element. If yes, add it as if it were ADSB
if [[ -z "${ULTRAFEEDER_NET_CONNECTOR}" ]]; then
echo "[$(date)][${APPNAME}] Warning: skipping unknown ULTRAFEEDER_CONFIG config element \"${instance}\""
if [[ "${instance:0:1}" != "!" ]]; then echo "[$(date)][${APPNAME}] Warning: skipping unknown ULTRAFEEDER_CONFIG config element \"${instance}\""; fi
else
# parse arguments for main readsb
# build net-connector string into $readsb_str