mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
fix permissions for nginx
This commit is contained in:
parent
b9573851ea
commit
b1bd7b6c53
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ynh_script_progression --message="Assure correct permissions to $data_dir..." --
|
|||
|
||||
chmod 750 "$data_dir"
|
||||
chmod -R o-rwx "$data_dir/"
|
||||
chown -R $app:$app "$data_dir/"
|
||||
chown -R $app:www-data "$data_dir/"
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC UPGRADE
|
||||
|
|
Loading…
Add table
Reference in a new issue