update version, add remove cron

This commit is contained in:
Derek Macias 2015-12-20 17:45:00 -07:00
parent cab682709b
commit 138303d50d
2 changed files with 18 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2015.12.20">
<!ENTITY launch "Settings/&name;">
<!ENTITY version "2015.12.20a">
<!ENTITY launch "Tools/Speedtest">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
<!ENTITY pkgURL "&gitURL;/source/packages">
@ -21,6 +21,12 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
-->
<CHANGES>
###2015.12.20a
- Added cron settings page
- Separated into proper webgui locations
- Speedtest settings under Settings
- Speedtest Cron Settings under Settings/Scheduler
- Speedtest App under Tools/Speedtest
###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
@ -135,6 +141,10 @@ rm -rf &emhttp;
rm -f &plgpath;/&plgname;.txz
rm -f &plgpath;/&plgname;.md5
# Remove cron entry
rm -f /boot/config/plugins/dynamix/speedtest.cron
/usr/local/sbin/update_cron
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."

View File

@ -13,6 +13,12 @@ This plugin interacts with the command line interface for testing internet bandw
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2015-12-20</Date>
<Changes>
###2015.12.20a
- Added cron settings page
- Separated into proper webgui locations
- Speedtest settings under Settings
- Speedtest Cron Settings under Settings/Scheduler
- Speedtest App under Tools/Speedtest
###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