mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
try debug issue when updating from 1.0.7
This commit is contained in:
parent
ea4434f251
commit
c681876b4c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
|||
|
||||
if ynh_compare_current_package_version --comparison lt --version 0.9.8.1~ynh1; then
|
||||
upgrade_type="0.9.8"
|
||||
elif ynh_compare_current_package_version --comparison lt --version 1.0.7~ynh2; then
|
||||
elif ynh_compare_current_package_version --comparison lt --version 1.0.6~ynh1; then
|
||||
upgrade_type="1.1.1"
|
||||
else
|
||||
upgrade_type=$(ynh_check_app_version_changed)
|
||||
|
|
Loading…
Reference in a new issue