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

Merge pull request #22 from YunoHost-Apps/testing

Fix #21
This commit is contained in:
mastereur 2019-09-29 20:32:54 +02:00 committed by GitHub
commit 79c1d80401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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": "10.0.2~ynh2",
"version": "10.0.2~ynh3",
"url": "https://www.dolibarr.org/",
"license": "GPL-3.0-or-later",
"maintainer": {

View file

@ -45,6 +45,9 @@ if [ "$is_public" = "Yes" ]; then
elif [ "$is_public" = "No" ]; then
ynh_app_setting_set --app=$app --key=is_public --value=0
is_public=0
else
ynh_app_setting_set --app=$app --key=is_public --value=0
is_public=0
fi
# If db_name doesn't exist, create it