Skip to content

Commit

Permalink
Fixed gluon-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 May 2, 2016
1 parent 065ef66 commit 3bf7cfa
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("gluon-simple-tc", "mesh_vpn", "limit_egress", data._limit_egress)
end

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

0 comments on commit 3bf7cfa

Please sign in to comment.