From ccd5ed7cec5bd2cd8121d22648074be905d793ab Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Apr 2009 19:54:46 +0000 Subject: [PATCH] applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not triggered if share internet is not enabled --- applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index b30b596ec..df5afdfa1 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -388,7 +388,7 @@ function client.write(self, section, value) target="ACCEPT" }) - + uci:save("firewall") -- Delete old splash uci:delete_all("luci_splash", "iface", {network=device.."dhcp", zone="freifunk"}) -- 2.11.0