1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xwiki_ynh.git synced 2024-09-03 20:36:11 +02:00

Fix compare version

This commit is contained in:
Josué Tille 2024-09-02 00:14:23 +02:00
parent e70d41f42f
commit 08b6d9d67e
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -3,7 +3,7 @@
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
if ynh_compare_current_package_version --comparison=le --version='14.10.8~ynh1'; then if ynh_app_upgrading_from_version_before_or_equal_to '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' ynh_die --mesage='Upgrade from this version is not supported. Please backup and restore manually the data after a clean new install'
fi fi