mesh-vpn-openvpn: fix

This commit is contained in:
Maciej Krüger 2021-12-17 04:53:15 +01:00 committed by Alexander List
parent 5874659918
commit e0ecf226d7

View File

@ -20,7 +20,7 @@ fd:close()
-- NOTE: ip is set by static-ip
uci:section('openvpn', 'mesh_vpn', {
uci:section('openvpn', 'openvpn', 'mesh_vpn', {
enabled = enabled,
config = file,
})