From: Jo-Philipp Wich Date: Sat, 29 Dec 2012 13:12:40 +0000 (+0000) Subject: applications/luci-polipo: fix typo in polipo_purge script (#523) X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=33d15b9422668984e47d3798444b2832bdc8c444;hp=e60c33f550cbcb1d84387f53a3dda1be861ed761 applications/luci-polipo: fix typo in polipo_purge script (#523) --- 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