gluon-web-mesh-vpn-fastd: remove "gluon" from view paths

These files are already located in /lib/gluon, no need to add it a second
time.
This commit is contained in:
Matthias Schiffer 2018-02-23 18:55:04 +01:00
parent b2b489854e
commit 961c9db81f
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local s = f:section(Section)
local mode = s:option(Value, 'mode')
mode.package = "gluon-web-mesh-vpn-fastd"
mode.template = "gluon/model/mesh-vpn-fastd"
mode.template = "model/mesh-vpn-fastd"
local methods = uci:get('fastd', 'mesh_vpn', 'method')
if util.contains(methods, 'null') then