mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Fix version number for upgrade test
This commit is contained in:
parent
02c7d136f6
commit
2dda85301e
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line
|
|||
# UPGRADE FROM PREVIOUS VERSION
|
||||
#=================================================
|
||||
|
||||
if ynh_version_gt "1.0.0-rc1~ynh1" "${previous_version}" ; then
|
||||
ynh_script_progression --message="Upgrade configuration to 1.0.0-rc1~ynh1..."
|
||||
if ynh_version_gt "0.1.1" "${previous_version}" ; then
|
||||
ynh_script_progression --message="Upgrade configuration to 1.0.0..."
|
||||
|
||||
config="$final_path/$app/config/prod.secret.exs"
|
||||
ynh_backup_if_checksum_is_different --file="$config"
|
||||
|
|
Loading…
Add table
Reference in a new issue