mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Fix upgrade
This commit is contained in:
parent
771256c9c2
commit
fbd3d330c5
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ ynh_script_progression --message="Checking version..."
|
||||||
|
|
||||||
upgrade_type=$(ynh_check_app_version_changed)
|
upgrade_type=$(ynh_check_app_version_changed)
|
||||||
|
|
||||||
|
abort_if_up_to_date
|
||||||
|
# previous function is what defines 'version', more precisely the 'previous version'
|
||||||
|
previous_version="${version}"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ENSURE DOWNWARD COMPATIBILITY
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue