1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-09-10 10:05:24 +02:00
parent e3fe97847b
commit 2899d1ef8a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -34,6 +34,7 @@ language=$(ynh_app_setting_get --app=$app --key=language)
db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_name=$(ynh_app_setting_get --app=$app --key=db_name)
architecture=$(ynh_detect_arch) architecture=$(ynh_detect_arch)
version=$(ynh_app_setting_get --app=$app --key=version) version=$(ynh_app_setting_get --app=$app --key=version)
data_path=$(ynh_app_setting_get --app=$app --key=data_path)
#================================================= #=================================================
# CHECK VERSION # CHECK VERSION