luci-app-libreswan: upgrade uci-defaults for ucitrack handling to use json
[project/luci.git] / applications / luci-app-p910nd / root / etc / uci-defaults / 40_luci-p910nd
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4 delete ucitrack.@p910nd[-1]
5 add ucitrack p910nd
6 set ucitrack.@p910nd[-1].init=p910nd
7 commit ucitrack
8 EOF
9
10 exit 0