Skip to content

Commit

Permalink
chore(fr24feed): disable mlat by default (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom-x authored Nov 10, 2022
1 parent 271c531 commit afdfef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/etc/s6-overlay/s6-rc.d/confd-fr24feed/script
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if [ "$SERVICE_ENABLE_FR24FEED" != "false" ]; then
default_value "raw" "no"
default_value "logmode" "1"
default_value "logpath" "/tmp"
default_value "mlat" "yes"
default_value "mlat-without-gps" "yes"
default_value "mlat" "no"
default_value "mlat-without-gps" "no"

if [ ! -f /etc/fr24feed.ini ]; then
/opt/confd/bin/confd -onetime -confdir "/etc/confd/fr24feed" -prefix "fr24feed" -backend env
Expand Down

0 comments on commit afdfef0

Please sign in to comment.