applications/wshaper: Fix uci-defaults
This commit is contained in:
parent
b0c01cfd19
commit
9e31af191e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
delete ucitrack.@wshaper[-1]
|
delete ucitrack.@wshaper[-1]
|
||||||
add ucitrack wshaper=wshaper
|
set ucitrack.wshaper="wshaper"
|
||||||
set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
|
set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
|
||||||
commit ucitrack
|
commit ucitrack
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue