Skip to content

Commit

Permalink
fix(html): fix missing default value for link dashboard (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom-x authored Oct 29, 2023
1 parent 7934208 commit 1067f81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/etc/s6-overlay/s6-rc.d/confd-html/script
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ if [ "$SERVICE_ENABLE_HTTP" != "false" ]; then
default_value "receiver_stats_page_adsbexchange" ""
default_value "receiver_stats_page_planefinder" ""
default_value "receiver_stats_page_opensky_network" ""
default_value "receiver_stats_page_radarbox" ""
default_value "receiver_stats_page_adsbfi" ""
default_value "receiver_stats_page_adsbhub" ""
default_value "fr24_feeder_status_page" ""

if [ ! -f /usr/lib/fr24/public_html/config.js ]; then
Expand Down

0 comments on commit 1067f81

Please sign in to comment.