1
0
Fork 0
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:
Josué Tille 2023-12-13 01:09:38 +01:00
parent 8c9d54fea2
commit 5c5e8d32b3
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -11,8 +11,8 @@ source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
if [ $(ynh_compare_current_package_version --comparison le --version '14.10.8~ynh1') -eq 0 ]; then
ynh_die --mesage='Upgrade from this version is not suppoted. Please backup and restore manually the data after a clean new install'
if ynh_compare_current_package_version --comparison le --version '14.10.8~ynh1'; then
ynh_die --mesage='Upgrade from this version is not supported. Please backup and restore manually the data after a clean new install'
fi
#=================================================