diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index 3ae44c28..50f930c9 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -3,7 +3,7 @@ - + @@ -21,6 +21,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe --> +###2015.12.20 +- added speedtest-xml script to /usr/sbin/ for cron jobs +- added logging to speedtest.php for start and completion of the script ###2015.12.19 - changed icon thanks to hernandito - convert to stand alone script for cron jobs @@ -99,8 +102,8 @@ else upgradepkg --install-new &plgpath;/&plgname;.txz fi -# Create symlink to xml on flash drive -ln -sf &plgpath;/&name;.xml &emhttp;/&name;.xml +# Update file permissions of script +chmod +0755 /usr/sbin/speedtest-xml #upgrade pip and install speedtest-cli pip install --upgrade pip diff --git a/plugins/speedtest.xml b/plugins/speedtest.xml index fe8d9427..8744957f 100644 --- a/plugins/speedtest.xml +++ b/plugins/speedtest.xml @@ -11,8 +11,11 @@ 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-19 +2015-12-20 +###2015.12.20 +- added speedtest-xml script to /usr/sbin/ for cron jobs +- added logging to speedtest.php for start and completion of the script ###2015.12.19 - changed icon thanks to hernandito - convert to stand alone script for cron jobs