Skip to content
Snippets Groups Projects
Unverified Commit 961c9db8 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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.
parent b2b48985
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment