1
0
Fork 0
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:
Éric Gaspar 2024-03-07 23:05:44 +01:00
parent 46e995d8fe
commit 7928bfcb87

View file

@ -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