Skip to content

Commit

Permalink
Update interpret_ultrafeeder_config
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Feb 2, 2025
1 parent 3c75a4b commit a8b8be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/scripts/interpret_ultrafeeder_config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8b8be1

Please sign in to comment.