Skip to content

Commit

Permalink
SAS spindown'
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Feb 16, 2021
1 parent 94f9334 commit e5930b3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
Binary file added archive/ca.turbo-2021.02.16-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 "2020.10.21">
<!ENTITY md5 "087d6ec0db32ae1cbf900041d11decec">
<!ENTITY version "2021.02.16">
<!ENTITY md5 "492d12de323116c1c7dededfe97076ce">
<!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>
###2021.02.16
- Detect SAS status if SAS spindown plugin installed (Thanks @doron)

###2020.10.21
- Compatibility Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Icon="tachometer"
########################################
# #
# CA Automatic Turbo Mode #
# Copyright 2017-2020, Andrew Zawadzki #
# Copyright 2017-2021, Andrew Zawadzki #
# #
########################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getLineCount($directory) {
</tr>
</table></center>
<br>
<center><em><font size='1'>Copyright 2017 Andrew Zawadzki</font></em></center>
<center><em><font size='1'>Copyright 2017-2021 Andrew Zawadzki</font></em></center>
<center><a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7M7CBCVU732XG' target='_blank'><img src='https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif'></a></center>
<br><center><a href='http://lime-technology.com/forum/index.php?topic=40262.0' target='_blank'>Plugin Support Thread</a></center>
";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###################################
# #
# CA Automatic Turbo Mode #
# Copyright 2017, Andrew Zawadzki #
# Copyright 2021, Andrew Zawadzki #
# #
###################################

Expand Down Expand Up @@ -130,4 +130,4 @@ function getDisks() {
@unlink($turboPaths['backgroundPID']);
@unlink($turboPaths['status']);

?>
?>

0 comments on commit e5930b3

Please sign in to comment.