Skip to content

Commit

Permalink
Remove PID when stopping array
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Mar 12, 2017
1 parent b51b2f2 commit db34f27
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file removed archive/ca.turbo-2017.03.11-x86_64-1.txz
Binary file not shown.
Binary file added archive/ca.turbo-2017.03.11a-x86_64-1.txz
Binary file not shown.
4 changes: 2 additions & 2 deletions plugins/ca.turbo.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ca.turbo">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2017.03.11">
<!ENTITY md5 "fe11169d365191d3c288af3cedb40714">
<!ENTITY version "2017.03.11a">
<!ENTITY md5 "d18e3c26411416e3300792a4c80c9611">
<!ENTITY launch "Settings/Turbo">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/ca.turbo">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ if [[ -e /tmp/ca.turbo/PID ]]
PID=`cat /tmp/ca.turbo/PID`
logger "Terminating $PID"
kill $PID
rm /tmp/ca.turbo/PID
fi

0 comments on commit db34f27

Please sign in to comment.