1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Fix saving version

This commit is contained in:
mastereur 2019-09-02 00:54:28 +02:00
parent 0a15309cf6
commit aed4210319
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"en": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business (contacts, invoices, orders, products, stocks, agenda, emailings, etc...).",
"fr": "Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc...)."
},
"version": "9.0.4~ynh1",
"version": "9.0.4~ynh2",
"url": "https://www.dolibarr.org/",
"license": "GPL-3.0-or-later",
"maintainer": {

View file

@ -162,6 +162,9 @@ then
else
ynh_print_warn --message="Step 3 upgrading ended with error"
fi
ynh_app_setting_set --app=$app --key=version --value=$update_version
popd
fi