From b598fbc9842382f2c408c23646563b64c08d9a83 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 3 Oct 2020 18:49:57 +0200 Subject: [PATCH] Fix --- check_process | 2 +- conf/freshrss.cron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index de1d544..7494fa0 100644 --- a/check_process +++ b/check_process @@ -13,7 +13,7 @@ setup_private=0 setup_public=0 upgrade=1 - #upgrade=1 from_commit=b89554865459520d7d90a5a666f09f6987f41de6 + upgrade=1 from_commit=b89554865459520d7d90a5a666f09f6987f41de6 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. diff --git a/conf/freshrss.cron b/conf/freshrss.cron index 1e1616c..d028b31 100644 --- a/conf/freshrss.cron +++ b/conf/freshrss.cron @@ -1 +1 @@ -*/10 * * * * __APP__ /usr/bin/php7.3 __FINALPATH__/app/actualize_script.php >/tmp/__APP__.log 2>&1 +*/10 * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/app/actualize_script.php >/tmp/__APP__.log 2>&1