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