Skip to content
Snippets Groups Projects
Verified Commit 1591ff87 authored by Richard Muzik's avatar Richard Muzik Committed by Michal Hrusecky
Browse files

turris-webapps-tvheadend: fix dynamic config file generation

If lan config interface had subnet mask then tvheadend-dynamic generated
wrong lighttpd config file, making it unusable.
parent 9ad59f0a
Branches
Tags
1 merge request!1089turris-webapps-tvheadend: fix dynamic config file generation
This commit is part of merge request !1089. Comments created here will be created in the context of that merge request.
......@@ -4,6 +4,7 @@
config_load network
config_get IPADDR lan ipaddr "127.0.0.1"
IPADDR=${IPADDR%/*}
cat << EOF
\$HTTP["url"] =~ "^/tvheadend" {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment