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:
parent
3c75a4b1ba
commit
a8b8be1b40
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue