[package] fix btpd init script typo
authorFlorian Fainelli <florian@openwrt.org>
Fri, 3 Jul 2009 19:49:29 +0000 (19:49 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 3 Jul 2009 19:49:29 +0000 (19:49 +0000)
SVN-Revision: 16663

net/btpd/files/btpd.init

index e527a13ad698a27475cef635d007c8bf6ae05dd7..6ac886805741ba6aa6a817fccb8eca0c1f8b1515 100644 (file)
@@ -51,7 +51,7 @@ stop() {
        args=""
        config_foreach btpd btpd
        
-       [ -d $direcotry ] && args="-d $directory "
+       [ -d $directory ] && args="-d $directory "
        echo -n "stop btpd "
        
        while btcli $args kill ; do