mirror of https://github.com/tteck/Proxmox.git
feat(scripts): cronjob
This commit is contained in:
parent
e067fe5f70
commit
9da27e165d
install
|
@ -76,11 +76,11 @@ msg_ok "Created dummy config file"
|
|||
|
||||
msg_info "Creating cron jobs"
|
||||
msg_info "Creating daily cronjob for epic games"
|
||||
(crontab -l ; echo "0 0 * * * cd /opt/freegamesclaimer && node epic-games") | crontab -
|
||||
$STD (crontab -l ; echo "0 0 * * * cd /opt/freegamesclaimer && node epic-games") | crontab -
|
||||
msg_ok "created"
|
||||
|
||||
msg_info "Creating daily cronjob for gog"
|
||||
(crontab -l ; echo "2 0 * * * cd /opt/freegamesclaimer && node gog") | crontab -
|
||||
$STD (crontab -l ; echo "2 0 * * * cd /opt/freegamesclaimer && node gog") | crontab -
|
||||
msg_ok "created"
|
||||
msg_ok "Cron jobs created"
|
||||
|
||||
|
|
Loading…
Reference in New Issue