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:
parent
8dac35f7cd
commit
ccd5ed7cec
1 changed files with 1 additions and 1 deletions
|
@ -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"})
|
||||||
|
|
Loading…
Reference in a new issue