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 upgrade

This commit is contained in:
Thomas 2023-10-07 11:56:38 +02:00 committed by GitHub
parent c36fa1bbff
commit c29f6bdb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@ then
ynh_script_progression --message="Building Jellyfin Vue... (this will take some time and resources!)" --weight=24
ynh_exec_as $app _patch_config_json "$install_dir/source"
ynh_exec_as $app _npm_build_install "$install_dir/source" "$install_dir/www" "$path/"
_patch_config_json "$install_dir/source"
_npm_build_install "$install_dir/source" "$install_dir/www" "$path/"
fi
chown -R $app:www-data "$install_dir"