Archived
1
0

fix hook more

This commit is contained in:
Jeff Becker 2016-11-15 09:00:51 -05:00
parent c0e216a390
commit 6f01bac76c

View File

@ -9,6 +9,6 @@ ip="127.0.1.1"
varnish="127.0.0.1:8000"
# purge thread page
curl --interface "$ip" -X PURGE http://$varnish/thread-$(sha1sum <<< "$3" | cut -d' ' -f1).html &> /dev/null
curl --interface "$ip" -X PURGE http://$varnish/thread-$(echo -n "$3" | sha1sum | cut -d' ' -f1).html &> /dev/null
# purge board page
curl --interface "$ip" -X PURGE http://$varnish/$1-0.html &> /dev/null