From eaf10debb4564ea3065eaa3b16b787305f1865c6 Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Sun, 20 Dec 2015 01:58:44 -0700 Subject: [PATCH] update version info --- plugins/speedtest.plg | 16 ++++++++++++++-- plugins/speedtest.xml | 7 ++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index 78553f20..3ae44c28 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -3,7 +3,7 @@ - + @@ -21,6 +21,11 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe --> +###2015.12.19 +- changed icon thanks to hernandito +- convert to stand alone script for cron jobs +- rearrange setting page layout +- one click remove ###2015.12.11c - update package name - update install and remove scripts @@ -74,7 +79,14 @@ The 'plugin' package MD5 hash. The 'install' script. --> - + +#Verify unRAID Version +source /etc/unraid-version +if [[ ${version:0:3} == 6.0 ]]; then + echo "unRAID version 6.1 or higher is required" + exit 1 +fi + # Verify and install plugin package sum1=$(/usr/bin/md5sum &plgpath;/&plgname;.txz) sum2=$(/usr/bin/cat &plgpath;/&plgname;.md5) diff --git a/plugins/speedtest.xml b/plugins/speedtest.xml index e862cc7b..fe8d9427 100644 --- a/plugins/speedtest.xml +++ b/plugins/speedtest.xml @@ -11,8 +11,13 @@ 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 -2015-12-11 +2015-12-19 +###2015.12.19 +- changed icon thanks to hernandito +- convert to stand alone script for cron jobs +- rearrange setting page layout +- one click remove ###2015.12.11 - update package name - update install and remove scripts