1
0
Fork 0
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:
Thomas 2023-06-16 15:33:01 +02:00 committed by GitHub
parent 49dc03825e
commit 8868ccf119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ chmod 750 "$data_dir"
chmod -R o-rwx "$data_dir/" chmod -R o-rwx "$data_dir/"
chown -R $app:www-data "$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 doesnt seem to have an effect) #following line is to be sure that the directory has appropriate owner rights (as above commands doesnt 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 # SPECIFIC UPGRADE