mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Fix upgrade
This commit is contained in:
parent
8c9d54fea2
commit
5c5e8d32b3
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
upgrade_type=$(ynh_check_app_version_changed)
|
upgrade_type=$(ynh_check_app_version_changed)
|
||||||
|
|
||||||
if [ $(ynh_compare_current_package_version --comparison le --version '14.10.8~ynh1') -eq 0 ]; then
|
if ynh_compare_current_package_version --comparison le --version '14.10.8~ynh1'; then
|
||||||
ynh_die --mesage='Upgrade from this version is not suppoted. Please backup and restore manually the data after a clean new install'
|
ynh_die --mesage='Upgrade from this version is not supported. Please backup and restore manually the data after a clean new install'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue