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

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
This commit is contained in:
XoD 2021-08-14 15:08:55 +02:00
parent 20ed6f670c
commit ead62d6e14

View file

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