From 17587812725cfe9334dad10150aab97eed3bdb32 Mon Sep 17 00:00:00 2001 From: XoD Date: Sat, 14 Aug 2021 15:16:16 +0200 Subject: [PATCH] send mail to root (admin) when freshrss cron have file acess error - MAILTO is used to send email to root instead to non-existent freshrss user --- conf/freshrss.cron | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/freshrss.cron b/conf/freshrss.cron index 55a1f86..f8a5098 100644 --- a/conf/freshrss.cron +++ b/conf/freshrss.cron @@ -1 +1,2 @@ +MAILTO="root" */10 * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/app/actualize_script.php >/var/www/__APP__/__APP__.log 2>&1