mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Update upgrade
This commit is contained in:
parent
49dc03825e
commit
8868ccf119
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ chmod 750 "$data_dir"
|
|||
chmod -R o-rwx "$data_dir/"
|
||||
chown -R $app:www-data "$data_dir/"
|
||||
#following line is to be sure that the directory has appropriate owner rights (as above commands doesn’t seem to have an effect)
|
||||
chown -R $app:www-data "$data_dir/data/media/tracks"
|
||||
#chown -R $app:www-data "$data_dir/data/media/tracks"
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC UPGRADE
|
||||
|
|
Loading…
Reference in a new issue