From a0cd9a8c2370e4f8c04b005406e4423dc5f4b836 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 16 Sep 2022 08:42:53 +0200 Subject: [PATCH] fix --- manifest.json | 2 +- scripts/upgrade | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7e7f29b..4e7d478 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted alternative to Trello, Notion, and Asana", "fr": "Alternative auto-hébergée à Trello, Notion et Asana" }, - "version": "7.1.0~ynh2", + "version": "7.1.0~ynh3", "url": "https://www.focalboard.com/", "upstream": { "license": "MIT", diff --git a/scripts/upgrade b/scripts/upgrade index 125c06e..8eeb558 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -118,8 +118,6 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="/var/www/$app" - - ynh_secure_remove --file="/opt/yunohost/$app" fi chmod 750 "$final_path"