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
9e407e0814
commit
b996ff3b65
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ function setup_gog() {
|
|||
|
||||
msg_info "Creating daily cronjob for gog"
|
||||
(crontab -l ; echo "02 0 * * * cd /opt/freegamesclaimer && node gog") | crontab -
|
||||
msg_ok "Cronjob created"
|
||||
}
|
||||
|
||||
echo $CHOICES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue