Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Mar 12, 2017
1 parent 64e1f98 commit dab1c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/ca.turbo.plg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!ENTITY name "ca.turbo">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2017.03.11">
<!ENTITY md5 "3e9b43551741d7b6364e339258d1075a">
<!ENTITY md5 "a16345d0e51b66c0977bf30d20c801c8">
<!ENTITY launch "Settings/Turbo">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/ca.turbo">
Expand Down Expand Up @@ -113,6 +113,7 @@ if [[ -e /tmp/ca.turbo/PID ]]
PID=`cat /tmp/ca.turbo/PID`
logger "Terminating $PID"
kill $PID
rm /tmp/ca.turbo/PID
fi

removepkg &name;-&version;-x86_64-1
Expand Down

0 comments on commit dab1c1e

Please sign in to comment.