From 5dc8e0e043f237d1a325994ecc7834a8dd7a5d15 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 24 Jun 2024 21:39:34 +0200 Subject: [PATCH] fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index fb57d17..5240104 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -58,7 +58,7 @@ fi # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -if ynh_compare_current_package_version --comparison lt --version 2.30.0; then +if ynh_compare_current_package_version --comparison lt --version 2.30.0~ynh1; then ynh_print_warn --message="Disable all plugins before the migration. To reactivate them, navigate to all plugins at $install_dir/plugins/, and remove each \"_disabled\" file one by one, and make sure you blog works as expected after each deletion" for folder in "$install_dir"/plugins/*/ do