Skip to content

Commit

Permalink
TAR1090_USEROUTEAPI: when enabled: set true in config.js instead of u…
Browse files Browse the repository at this point in the history
…sing user value
  • Loading branch information
wiedehopf committed Mar 31, 2024
1 parent 26d9b41 commit c2225b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/startup.d/04-tar1090-configure
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if [[ -n "$TAR1090_LABELZOOMGROUND" ]]; then
fi

if chk_enabled "$TAR1090_USEROUTEAPI"; then
echo "useRouteAPI = ${TAR1090_USEROUTEAPI};"
echo "useRouteAPI = true;"
fi

if [[ -n "$TAR1090_ROUTEAPIURL" ]]; then
Expand Down

0 comments on commit c2225b8

Please sign in to comment.