1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

fix wrong folder owner. I don't know why but the folder was own by root.

This commit is contained in:
Tobias Ollive 2022-01-12 12:33:26 +01:00
parent 4c9e2c65b9
commit d0856c3f0d

View file

@ -185,6 +185,9 @@ ynh_script_progression --message="Upgrading logrotate configuration..." --weight
# Use logrotate to manage app-specific logfile(s)
ynh_use_logrotate --non-append
#fix log directory owner
chown -R $app:$app /var/log/$app
#=================================================
# INTEGRATE SERVICE IN YUNOHOST
#=================================================