feat(scripts): cronjob

This commit is contained in:
Matan Sarsha 2024-08-31 23:02:21 +03:00
parent 9e407e0814
commit b996ff3b65

View file

@ -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