nodogsplash: update to release 3.0.0
[feed/routing.git] / nodogsplash2 / files / etc / uci-defaults / 40_nodogsplash
1 #!/bin/sh
2
3 uci batch <<-EOT
4 delete firewall.nodogsplash2
5 set firewall.nodogsplash2=include
6 set firewall.nodogsplash2.type=script
7 set firewall.nodogsplash2.path=/usr/lib/nodogsplash/restart.sh
8 commit firewall
9 EOF