From 33d15b9422668984e47d3798444b2832bdc8c444 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 29 Dec 2012 13:12:40 +0000 Subject: [PATCH] applications/luci-polipo: fix typo in polipo_purge script (#523) --- applications/luci-polipo/root/usr/sbin/polipo_purge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0