update speedtest

This commit is contained in:
dmacias72 2017-02-12 11:17:17 -07:00
parent 0b58ef3f8f
commit 97bfae997b
2 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2017.01.30"> <!ENTITY version "2017.02.12">
<!ENTITY launch "Settings/SpeedtestSettings"> <!ENTITY launch "Settings/SpeedtestSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -23,6 +23,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
<CHANGES> <CHANGES>
##&name; ##&name;
###&version; ###&version;
- fix scheduler hourly setting
- fix scheduler tab calculation
###2017.01.30
- update python to 2.7.13 - update python to 2.7.13
- add support link to readme - add support link to readme
###2017.01.27 ###2017.01.27
@ -248,7 +251,7 @@ echo ""
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo " &name; has been installed." echo " &name; has been installed."
echo " This plugin requires Dynamix webGui to operate" echo " This plugin requires Dynamix webGui to operate"
echo " Copyright 2017, &author;" echo " Copyright 2015-2017, &author;"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""
@ -274,7 +277,7 @@ rm -f /boot/config/plugins/dynamix/speedtest.cron
echo "" echo ""
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo " &name; has been removed." echo " &name; has been removed."
echo " Copyright 2017, &author;" echo " Copyright 2015-2017, &author;"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""

View File

@ -11,8 +11,11 @@ This plugin interacts with the command line interface for testing internet bandw
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2017-01-30</Date> <Date>2017-02-12</Date>
<Changes> <Changes>
###2017.02.12
- fix scheduler hourly setting
- fix scheduler tab calculation
###2017.01.30 ###2017.01.30
- update python to 2.7.13 - update python to 2.7.13
- add support link to readme - add support link to readme