applications/luci-polipo: fix typo in polipo_purge script (#523)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 29 Dec 2012 13:12:40 +0000 (13:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 29 Dec 2012 13:12:40 +0000 (13:12 +0000)
applications/luci-polipo/root/usr/sbin/polipo_purge

index ce7c885..23ba571 100755 (executable)
@@ -5,7 +5,7 @@ PIDFILE=`uci get polipo.daemon.pidFile`
 CFGFILE=/var/etc/polipo.conf
 
 [ -e "$PIDFILE" ] && {
-       PID=`cat $PID_FILE`
+       PID=`cat $PIDFILE`
 
        # send Polipo USR1 signal to write its in-memory cache to disk
        kill -USR1 $PID