version and permissions for script

This commit is contained in:
Derek Macias 2015-12-20 10:07:44 -07:00
parent 11274a1bf6
commit 828b1d52c3
2 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2015.12.19">
<!ENTITY version "2015.12.20">
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -21,6 +21,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
-->
<CHANGES>
###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

View File

@ -11,8 +11,11 @@ This plugin interacts with the command line interface for testing internet bandw
</Description>
<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>
<Date>2015-12-19</Date>
<Date>2015-12-20</Date>
<Changes>
###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