mirror of
https://github.com/YunoHost-Apps/spftoolbox_ynh.git
synced 2024-09-03 20:26:21 +02:00
./upgrade: line 71: upgrade_type: unbound variable
This commit is contained in:
parent
9c3231539e
commit
2c11554224
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
|
|||
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Checking version..."
|
||||
|
||||
upgrade_type=$(ynh_check_app_version_changed)
|
||||
|
||||
#=================================================
|
||||
# ENSURE DOWNWARD COMPATIBILITY
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue