applications/wshaper: Fix uci-defaults

This commit is contained in:
Manuel Munz 2011-10-15 22:02:29 +00:00
parent b0c01cfd19
commit 9e31af191e

View file

@ -2,7 +2,7 @@
uci -q batch <<-EOF >/dev/null
delete ucitrack.@wshaper[-1]
add ucitrack wshaper=wshaper
set ucitrack.wshaper="wshaper"
set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
commit ucitrack
EOF