From ead62d6e14015e39dc941c09b4318a6b329e0bae Mon Sep 17 00:00:00 2001 From: XoD Date: Sat, 14 Aug 2021 15:08:55 +0200 Subject: [PATCH] change cron log folder output - is /tmp the file is readable by every user, and this seems not great - this break the cron after a backup/restore process (or upgrade) cf #77 --- conf/freshrss.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/freshrss.cron b/conf/freshrss.cron index d028b31..55a1f86 100644 --- a/conf/freshrss.cron +++ b/conf/freshrss.cron @@ -1 +1 @@ -*/10 * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/app/actualize_script.php >/tmp/__APP__.log 2>&1 +*/10 * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/app/actualize_script.php >/var/www/__APP__/__APP__.log 2>&1