Skip to content

Commit

Permalink
Fixed simple-tc config saving for gluon-config-mode-tunneldigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lcb01a committed Apr 3, 2016
1 parent d2f2827 commit c3a27cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function M.handle(data)
uci:set("simple-tc", "mesh_vpn", "limit_egress", data._limit_egress)
end

uci:commit("simple-tc")
uci:save("simple-tc")
uci:commit("simple-tc")
end
end
Expand Down

0 comments on commit c3a27cc

Please sign in to comment.