From 2ef310aee85bbda562776b8ed234e326276d498b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:11:43 +0200 Subject: [PATCH] Update scripts/upgrade Co-authored-by: Roman Kupriyanov --- scripts/upgrade | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index d049dfa..fe08f97 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -136,9 +136,6 @@ else pushd "$final_path" git reset --hard $version_commit popd - - # Remove the addon directory securely - ynh_secure_remove "$final_path/addon" # 2 - Clone addons repo git clone https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon"