aiccu: fix bad path in stop as well
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Nov 2011 17:30:09 +0000 (17:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Nov 2011 17:30:09 +0000 (17:30 +0000)
SVN-Revision: 28730

ipv6/aiccu/files/aiccu.init

index 0620c754269a8c176622646bc702cabdd9d4bfec..b29310e5812c7f41ec94a29b7df80f8ca4640fe7 100644 (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() {