From 3bb12cae630e47dd75041bd5b9cc525449298349 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 19 Jul 2021 19:46:15 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 55eeeb9..8625bca 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -68,7 +68,7 @@ then cp -a "$final_path/.env" "$tmpdir/.env" # Remove the app directory securely - ynh_secure_remove --file="$final_path" + #ynh_secure_remove --file="$final_path" # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path"