1
0
Fork 0
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:
Salamandar 2023-11-29 22:28:35 +01:00
parent 13e4d7b44b
commit 8d71b2c9ad
2 changed files with 0 additions and 2 deletions

View file

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

View file

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