mirror of https://github.com/tteck/Proxmox.git
feat(scripts): cronjob
This commit is contained in:
parent
9e407e0814
commit
b996ff3b65
|
@ -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…
Reference in New Issue