Skip to content

Commit

Permalink
openthread_border_router: Actually start otbr-web without syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Aug 16, 2024
1 parent 1cc1f65 commit 8204fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ declare otbr_web_port

otbr_web_port="$(bashio::addon.port 8080)"

exec /usr/sbin/otbr-web -I wpan0 -d6 -p "${otbr_web_port}"
exec /usr/sbin/otbr-web -I wpan0 -d6 -s -p "${otbr_web_port}"

0 comments on commit 8204fdb

Please sign in to comment.