Fixed bad EOF

This commit is contained in:
CyrusFox 2015-11-27 01:55:00 +01:00
parent ad6894bb82
commit 625793e392

View File

@ -29,4 +29,4 @@ if not uci:get('simple-tc', 'mesh_vpn') then
uci:section('simple-tc', 'interface', 'mesh_vpn', config)
uci:save('simple-tc')
uci:commit('simple-tc')
end
end