From 864e6a9b21b886f1841c95050ca614bc8c768910 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 28 Jul 2021 15:42:57 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 67f43d5..89f0c72 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -99,10 +99,6 @@ then # Backup the config file in the temp dir #cp -a "$final_path/config/config.yml" "$tmpdir/config.yml" - # Remove the app directory securely - #ynh_secure_remove --file=$final_path - - #git clone https://github.com/iv-org/invidious "$final_path" --quiet pushd $final_path git fetch git checkout master