mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Update upgrade
This commit is contained in:
parent
59ce175497
commit
8c9b9f591f
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ damage=$(ynh_app_setting_get --app=$app --key=damage)
|
||||||
servername=$(ynh_app_setting_get --app=$app --key=servername)
|
servername=$(ynh_app_setting_get --app=$app --key=servername)
|
||||||
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
|
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# CHECK VERSION
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
upgrade_type=$(ynh_check_app_version_changed)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ENSURE DOWNWARD COMPATIBILITY
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue