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