mirror of
https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git
synced 2024-09-03 19:26:31 +02:00
Do NOT remove source because it's used in change_url…
This commit is contained in:
parent
13e4d7b44b
commit
8d71b2c9ad
2 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@ ynh_script_progression --message="Building Jellyfin Vue... (this will take some
|
|||
|
||||
_patch_config_json "$install_dir/source"
|
||||
_npm_build_install "$install_dir/source" "$install_dir/www" "$path/"
|
||||
ynh_secure_remove --file="$install_dir/source"
|
||||
|
||||
#=================================================
|
||||
# SYSTEM CONFIGURATION
|
||||
|
|
|
@ -33,7 +33,6 @@ then
|
|||
|
||||
_patch_config_json "$install_dir/source"
|
||||
_npm_build_install "$install_dir/source" "$install_dir/www" "$path/"
|
||||
ynh_secure_remove --file="$install_dir/source"
|
||||
fi
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue