mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
fix logrotate user
This commit is contained in:
parent
ad6b5884e0
commit
2feb699384
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ ynh_script_progression --message="Configuring log rotation..." --weight=1
|
|||
|
||||
# Use logrotate to manage application logfile(s)
|
||||
ynh_use_logrotate --logfile="/var/log/$app/${app}-horizon.log"
|
||||
ynh_use_logrotate --logfile="/var/www/$app/storage/logs/laravel.log"
|
||||
ynh_use_logrotate --logfile="/var/www/$app/storage/logs/laravel.log" --specific_user=$app/www-data
|
||||
|
||||
#=================================================
|
||||
# PATCH PERMISSIONS for v0.11.5 versions and higher
|
||||
|
|
Loading…
Add table
Reference in a new issue