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:
parent
20ed6f670c
commit
ead62d6e14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue