diff --git a/scripts/remove b/scripts/remove index bcbd72a..92c3940 100644 --- a/scripts/remove +++ b/scripts/remove @@ -31,7 +31,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) ynh_script_progression --message="Removing app main directory..." --weight=3 # Remove the app directory securely -ynh_secure_remove --file="$final_path" +ynh_secure_remove --file="$final_path/_h5ai" #================================================= # REMOVE NGINX CONFIGURATION