X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-polipo%2Froot%2Fusr%2Fsbin%2Fpolipo_purge;h=23ba5719272917e25cff5acb038380ec7b13b9ab;hp=ce7c88559bac8bef29b922a6c3605ef1983fcaa4;hb=33d15b9422668984e47d3798444b2832bdc8c444;hpb=e60c33f550cbcb1d84387f53a3dda1be861ed761;ds=sidebyside diff --git a/applications/luci-polipo/root/usr/sbin/polipo_purge b/applications/luci-polipo/root/usr/sbin/polipo_purge index ce7c88559..23ba57192 100755 --- a/applications/luci-polipo/root/usr/sbin/polipo_purge +++ b/applications/luci-polipo/root/usr/sbin/polipo_purge @@ -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