Fixed bad EOF

This commit is contained in:
CyrusFox 2015-11-27 01:55:00 +01:00
parent b3a9205c79
commit 9429e78411

View File

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