[packages] aiccu: fix bad path in stop as well

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28730 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-11-03 17:30:09 +00:00
parent 696842725e
commit 1f0bb0c9a3

View File

@ -52,7 +52,7 @@ start_instance() {
stop_instance() {
local cfg="$1"
aiccu stop /tmp/run/aiccu-"$cfg".conf
aiccu stop "/var/etc/aiccu-${cfg}.conf"
}
restart_instance() {