applications/luci-polipo: fix typo in polipo_purge script (#523)
This commit is contained in:
parent
e60c33f550
commit
33d15b9422
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ PIDFILE=`uci get polipo.daemon.pidFile`
|
||||||
CFGFILE=/var/etc/polipo.conf
|
CFGFILE=/var/etc/polipo.conf
|
||||||
|
|
||||||
[ -e "$PIDFILE" ] && {
|
[ -e "$PIDFILE" ] && {
|
||||||
PID=`cat $PID_FILE`
|
PID=`cat $PIDFILE`
|
||||||
|
|
||||||
# send Polipo USR1 signal to write its in-memory cache to disk
|
# send Polipo USR1 signal to write its in-memory cache to disk
|
||||||
kill -USR1 $PID
|
kill -USR1 $PID
|
||||||
|
|
Loading…
Reference in a new issue