applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not triggered if share internet is not enabled

This commit is contained in:
Jo-Philipp Wich 2009-04-12 19:54:46 +00:00
parent 8dac35f7cd
commit ccd5ed7cec

View file

@ -388,7 +388,7 @@ function client.write(self, section, value)
target="ACCEPT" target="ACCEPT"
}) })
uci:save("firewall")
-- Delete old splash -- Delete old splash
uci:delete_all("luci_splash", "iface", {network=device.."dhcp", zone="freifunk"}) uci:delete_all("luci_splash", "iface", {network=device.."dhcp", zone="freifunk"})