Merge pull request #1789 from ldir-EDB0/miniupdpdtweak
authorHannu Nyman <hannu.nyman@iki.fi>
Wed, 9 May 2018 19:11:48 +0000 (22:11 +0300)
committerGitHub <noreply@github.com>
Wed, 9 May 2018 19:11:48 +0000 (22:11 +0300)
luci-app-upnp: change leasefile location hint

applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua

index 17a4d9b..a202392 100644 (file)
@@ -74,7 +74,7 @@ pu = s:taboption("advanced", Value, "presentation_url", translate("Presentation
 pu.placeholder = "http://192.168.1.1/"
 
 lf = s:taboption("advanced", Value, "upnp_lease_file", translate("UPnP lease file"))
-lf.placeholder = "/var/log/upnp.leases"
+lf.placeholder = "/var/run/miniupnpd.leases"
 
 
 s2 = m:section(TypedSection, "perm_rule", translate("MiniUPnP ACLs"),