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
ebd32a80b1
commit
27432c8433
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
|||
then
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
ynh_setup_source --dest_dir="$install_dir/source"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
ynh_script_progression --message="Installing NodeJS..." --weight=20
|
||||
|
|
Loading…
Reference in a new issue