1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

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
This commit is contained in:
Inrepublica 2020-08-14 22:10:42 +02:00 committed by GitHub
parent 528e569faa
commit a6f8989d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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