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:
parent
c36fa1bbff
commit
c29f6bdb95
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue