update version, add remove cron
This commit is contained in:
parent
cab682709b
commit
138303d50d
|
@ -3,8 +3,8 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "speedtest">
|
<!ENTITY name "speedtest">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2015.12.20">
|
<!ENTITY version "2015.12.20a">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Tools/Speedtest">
|
||||||
<!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">
|
||||||
<!ENTITY pkgURL "&gitURL;/source/packages">
|
<!ENTITY pkgURL "&gitURL;/source/packages">
|
||||||
|
@ -21,6 +21,12 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<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
|
###2015.12.20
|
||||||
- added speedtest-xml script to /usr/sbin/ for cron jobs
|
- added speedtest-xml script to /usr/sbin/ for cron jobs
|
||||||
- added logging to speedtest.php for start and completion of the script
|
- 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;.txz
|
||||||
rm -f &plgpath;/&plgname;.md5
|
rm -f &plgpath;/&plgname;.md5
|
||||||
|
|
||||||
|
# Remove cron entry
|
||||||
|
rm -f /boot/config/plugins/dynamix/speedtest.cron
|
||||||
|
/usr/local/sbin/update_cron
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "-----------------------------------------------------------"
|
echo "-----------------------------------------------------------"
|
||||||
echo " &name; has been removed."
|
echo " &name; has been removed."
|
||||||
|
|
|
@ -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>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
|
||||||
<Date>2015-12-20</Date>
|
<Date>2015-12-20</Date>
|
||||||
<Changes>
|
<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
|
###2015.12.20
|
||||||
- added speedtest-xml script to /usr/sbin/ for cron jobs
|
- added speedtest-xml script to /usr/sbin/ for cron jobs
|
||||||
- added logging to speedtest.php for start and completion of the script
|
- added logging to speedtest.php for start and completion of the script
|
||||||
|
|
Loading…
Reference in New Issue
Block a user