summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-29 13:12:40 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-29 13:12:40 +0000
commit33d15b9422668984e47d3798444b2832bdc8c444 (patch)
tree59b0c291bfc97d792fd1b3e5af2656f590d29638 /applications
parente60c33f550cbcb1d84387f53a3dda1be861ed761 (diff)
applications/luci-polipo: fix typo in polipo_purge script (#523)
Diffstat (limited to 'applications')
-rwxr-xr-xapplications/luci-polipo/root/usr/sbin/polipo_purge2
1 files changed, 1 insertions, 1 deletions
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