luci-0.11: merge r9571 - r9573
[project/luci.git] / applications / luci-polipo / root / usr / sbin / polipo_purge
index ce7c88559bac8bef29b922a6c3605ef1983fcaa4..23ba5719272917e25cff5acb038380ec7b13b9ab 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