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:
parent
30697f7a77
commit
5dc8e0e043
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue