From e067fe5f70500d9653133190fc1ea7ee1781099a Mon Sep 17 00:00:00 2001 From: Matan Sarsha Date: Sun, 1 Sep 2024 20:01:51 +0300 Subject: [PATCH] feat(scripts): cronjob --- install/freegamesclaimer-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/freegamesclaimer-install.sh b/install/freegamesclaimer-install.sh index dae04b71..eb9a6338 100644 --- a/install/freegamesclaimer-install.sh +++ b/install/freegamesclaimer-install.sh @@ -80,7 +80,7 @@ msg_info "Creating cron jobs" msg_ok "created" msg_info "Creating daily cronjob for gog" - (crontab -l ; echo "02 0 * * * cd /opt/freegamesclaimer && node gog") | crontab - + (crontab -l ; echo "2 0 * * * cd /opt/freegamesclaimer && node gog") | crontab - msg_ok "created" msg_ok "Cron jobs created"