git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e60c33f
)
applications/luci-polipo: fix typo in polipo_purge script (#523)
author
Jo-Philipp Wich
<redacted>
Sat, 29 Dec 2012 13:12:40 +0000
(13:12 +0000)
committer
Jo-Philipp Wich
<redacted>
Sat, 29 Dec 2012 13:12:40 +0000
(13:12 +0000)
applications/luci-polipo/root/usr/sbin/polipo_purge
patch
|
blob
|
history
diff --git
a/applications/luci-polipo/root/usr/sbin/polipo_purge
b/applications/luci-polipo/root/usr/sbin/polipo_purge
index ce7c88559bac8bef29b922a6c3605ef1983fcaa4..23ba5719272917e25cff5acb038380ec7b13b9ab 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT