From b996ff3b657444261375b44a27d4f80bda794a72 Mon Sep 17 00:00:00 2001 From: Matan Sarsha Date: Sat, 31 Aug 2024 23:02:21 +0300 Subject: [PATCH] feat(scripts): cronjob --- install/freegamesclaimer-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/freegamesclaimer-install.sh b/install/freegamesclaimer-install.sh index 660d5e74..c0282dc5 100644 --- a/install/freegamesclaimer-install.sh +++ b/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