mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix helper call
This commit is contained in:
parent
b8c25fdc3b
commit
aec8464339
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ seafile_code="$install_dir/seafile_image/opt/seafile/seafile-server-$seafile_ver
|
|||
|
||||
ensure_vars_set
|
||||
|
||||
if [ "$YNH_APP_CURRENT_VERSION" == '-' ] || ynh_compare_current_package_version --comparison=le --version='7.0~ynh1'; then
|
||||
if [ "$YNH_APP_CURRENT_VERSION" == '-' ] || ynh_app_upgrading_from_version_before_or_equal_to '7.0~ynh1'; then
|
||||
ynh_die "Upgrade from this version not supported"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue