diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index 717ff246..6f6c322b 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -3,7 +3,7 @@ - + @@ -23,6 +23,10 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe ##&name; ###&version; +- update scripts +- add support for speedtest-linux script +- fix deleting single result +###2016.11.04 - fix: python min ###2016.10.28 - update min/max version @@ -268,7 +272,7 @@ rm -f /boot/config/plugins/dynamix/speedtest.cron echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." -echo " Copyright 2015-2016, &author;" +echo " Copyright 2015-2017, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" diff --git a/plugins/speedtest.xml b/plugins/speedtest.xml index 417a2e62..78f818e1 100644 --- a/plugins/speedtest.xml +++ b/plugins/speedtest.xml @@ -11,8 +11,12 @@ This plugin interacts with the command line interface for testing internet bandw http://lime-technology.com/forum/index.php?topic=43500.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png -2016-11-04 +2017-01-07 +###2017.01.07 +- update scripts +- add support for speedtest-linux script +- fix deleting single result ###2016.11.04 - fix: python min ###2016.10.28