From a6f8989d278b3bbd1b0a684823ced7821c4c9bcf Mon Sep 17 00:00:00 2001 From: Inrepublica Date: Fri, 14 Aug 2020 22:10:42 +0200 Subject: [PATCH] Update Feed for Yunohost 4.0 Change to php 7.3 for compatibility with yunohost 4.0 -> https://forum.yunohost.org/t/stretch-buster-probleme-avec-freshrss/12369/3 --- conf/freshrss.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/freshrss.cron b/conf/freshrss.cron index 659ed47..1e1616c 100644 --- a/conf/freshrss.cron +++ b/conf/freshrss.cron @@ -1 +1 @@ -*/10 * * * * __APP__ /usr/bin/php7.0 __FINALPATH__/app/actualize_script.php >/tmp/__APP__.log 2>&1 +*/10 * * * * __APP__ /usr/bin/php7.3 __FINALPATH__/app/actualize_script.php >/tmp/__APP__.log 2>&1