added deployment scripts
This commit is contained in:
6
scripts/reHDDLogUploader.bash
Normal file
6
scripts/reHDDLogUploader.bash
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# remove comment for the following to activate log telemetie
|
||||
curl -k -T /root/reHDD/reHDD.log -u "__Place_your_token_here__:" -H 'X-Requested-With: XMLHttpRequest' https://schuttercloud.com/public.php/webdav/`echo $(date '+%Y-%m-%d_%H-%M')`_reHDD.log
|
||||
rm -f /root/reHDD/reHDD.log
|
||||
|
||||
|
Reference in New Issue
Block a user