[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:
parent
696842725e
commit
1f0bb0c9a3
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user