1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Fix upgrade

This commit is contained in:
yalh76 2020-06-12 16:22:27 +02:00
parent 6e0395b1c1
commit d03eaae18c
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"description": {
"en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family."
},
"version": "2.17.0~ynh1",
"version": "2.17.0~ynh2",
"url": "https://monicahq.com",
"license": "GPL-3.0",
"maintainer": {

View file

@ -27,7 +27,6 @@ language=$(ynh_app_setting_get --app=$app --key=language)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
random_key=$(ynh_app_setting_get --app=$app --key=random_key)
version=$(ynh_read_manifest --manifest="../manifest.json" --key=version)
email=$(ynh_user_get_info --username=$admin --key=mail)
#=================================================