applications/luci-p2pblock: fix postinstall
This commit is contained in:
parent
73aadcd119
commit
54f6010652
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
uci batch <<-EOF
|
uci batch <<-EOF 2>/dev/null
|
||||||
add ucitrack freifunk_p2pblock
|
add ucitrack freifunk_p2pblock
|
||||||
set ucitrack.@freifunk_p2pblock[-1].init=freifunk-p2pblock
|
set ucitrack.@freifunk_p2pblock[-1].init=freifunk-p2pblock
|
||||||
commit ucitrack
|
commit ucitrack
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue