1
0
Fork 0
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:
Félix Piédallu 2023-10-02 09:59:36 +02:00
parent d1b1f04329
commit bda93fc067

View file

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