1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

fix upgrade

This commit is contained in:
Kayou 2024-06-24 21:39:34 +02:00 committed by GitHub
parent 30697f7a77
commit 5dc8e0e043
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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