mirror of
https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git
synced 2024-09-03 19:26:31 +02:00
Fix permissions on upgrade
This commit is contained in:
parent
d1b1f04329
commit
bda93fc067
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
ynh_script_progression --message="Installing NodeJS..." --weight=20
|
||||
|
||||
|
|
Loading…
Reference in a new issue