mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
feat(scripts): cronjob
This commit is contained in:
parent
239059be48
commit
e067fe5f70
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ msg_info "Creating cron jobs"
|
|||
msg_ok "created"
|
||||
|
||||
msg_info "Creating daily cronjob for gog"
|
||||
(crontab -l ; echo "02 0 * * * cd /opt/freegamesclaimer && node gog") | crontab -
|
||||
(crontab -l ; echo "2 0 * * * cd /opt/freegamesclaimer && node gog") | crontab -
|
||||
msg_ok "created"
|
||||
msg_ok "Cron jobs created"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue