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 [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2015.12.19"> <!ENTITY version "2015.12.20">
<!ENTITY launch "Settings/&name;"> <!ENTITY launch "Settings/&name;">
<!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">
@ -21,6 +21,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <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 ###2015.12.19
- changed icon thanks to hernandito - changed icon thanks to hernandito
- convert to stand alone script for cron jobs - convert to stand alone script for cron jobs
@ -99,8 +102,8 @@ else
upgradepkg --install-new &plgpath;/&plgname;.txz upgradepkg --install-new &plgpath;/&plgname;.txz
fi fi
# Create symlink to xml on flash drive # Update file permissions of script
ln -sf &plgpath;/&name;.xml &emhttp;/&name;.xml chmod +0755 /usr/sbin/speedtest-xml
#upgrade pip and install speedtest-cli #upgrade pip and install speedtest-cli
pip install --upgrade pip pip install --upgrade pip

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>2015-12-19</Date> <Date>2015-12-20</Date>
<Changes> <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 ###2015.12.19
- changed icon thanks to hernandito - changed icon thanks to hernandito
- convert to stand alone script for cron jobs - convert to stand alone script for cron jobs