mirror of
https://github.com/YunoHost-Apps/cloudlog_ynh.git
synced 2024-09-03 18:16:23 +02:00
Update cron
This commit is contained in:
parent
46e995d8fe
commit
7928bfcb87
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Update the Cloudlog installation every day at midnight
|
||||
0 0 * * * /bin/bash -c "<Full-Path-To-Bash-Script>/cloudlog.sh"
|
||||
#0 0 * * * /bin/bash -c "<Full-Path-To-Bash-Script>/cloudlog.sh"
|
||||
|
||||
# Upload QSOs to Club Log (ignore cron job if this integration is not required)
|
||||
3 */6 * * * curl --silent https://__DOMAIN__/index.php/clublog/upload &>/dev/null
|
||||
|
|
Loading…
Reference in a new issue