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:
parent
e70d41f42f
commit
08b6d9d67e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
source _common.sh
|
||||
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'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue