feat(scripts): cronjob

pull/3640/head
Matan Sarsha 11 months ago
parent 9e407e0814
commit b996ff3b65
  1. 1
      install/freegamesclaimer-install.sh

@ -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…
Cancel
Save