From b79091c5091666858af2b219d30c4bafb74c9a06 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Fri, 12 Feb 2021 18:09:12 +0530 Subject: [PATCH] Fixes --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7b87037..b03c94c 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -63,7 +63,7 @@ ynh_print_info "Upgrading source files..." # cp -a "$final_path/php.log" "$tmpdir/php.log" # Remove the app directory securely -ynh_secure_remove "$final_path" +# ynh_secure_remove "$final_path" # If final_path doesn't exist, create it if [ -z "$final_path" ]; then