mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
/var/www owned by ttrss user/group
### because : - the [user is created](https://github.com/YunoHost-Apps/ttrss_ynh/blob/master/scripts/install#L90-L91) - the user is used by the fpm-pool as I see in `/etc/php/7.0/fpm/pool.d/ttrss.conf` and if I `chown -R ttrss:ttrss /var/www` tt-rss still working well
This commit is contained in:
parent
3ce00f38a9
commit
0389c33138
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@ ynh_add_systemd_config
|
|||
#=================================================
|
||||
|
||||
# Set permissions to app files
|
||||
chown -R root: $final_path
|
||||
chown -R $app $final_path/{cache,feed-icons,lock}
|
||||
chown -R $app:$app $final_path
|
||||
|
||||
#=================================================
|
||||
# INITIALIZE DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue