1
0
Fork 0
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:
JOduMonT 2019-03-09 10:02:21 +01:00 committed by GitHub
parent 3ce00f38a9
commit 0389c33138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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