Skip to content

Commit

Permalink
lk
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Oct 1, 2023
1 parent a9875d0 commit c505f67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added archive/ca.turbo-2023.10.01-x86_64-1.txz
Binary file not shown.
7 changes: 5 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 "2023.09.30">
<!ENTITY md5 "a95d97e4167e66b5e7d73df6f6394b1f">
<!ENTITY version "2023.10.01">
<!ENTITY md5 "768e4f26aad51da7e24c07869f15234b">
<!ENTITY launch "Settings/Turbo">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/ca.turbo">
Expand All @@ -13,6 +13,9 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon='tachometer'>

<CHANGES>
###2023.10.01
- Fixed: Moronic mistake on my part

###2023.09.30
- Changed: Run update_cron at array start (fixes issue with OS 6.12.4)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require_once("/usr/local/emhttp/plugins/ca.turbo/include/helpers.php");
require_once("/usr/local/emhttp/plugins/ca.turbo/include/paths.php");

/usr/local/sbin/update_cron
exec("/usr/local/sbin/update_cron");
$settings = getPluginSettings();
if ($settings['enabled'] == "yes") {
logger("Starting CA Auto Turbo Mode");
Expand Down

0 comments on commit c505f67

Please sign in to comment.