From 8d71b2c9ad80754ed1de00cea6fd34aa13c44c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 29 Nov 2023 22:28:35 +0100 Subject: [PATCH] =?UTF-8?q?Do=20NOT=20remove=20source=20because=20it's=20u?= =?UTF-8?q?sed=20in=20change=5Furl=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index f4337ac..65610ed 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 0883b57..16b8a87 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"