From 4b07b7e2691e09cb9a030f657dd1af557ac29997 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 25 Oct 2021 01:39:26 +0200 Subject: [PATCH 1/3] Typo in datadir definition in upgrade.. --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index ba496e9..9deb2dd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -66,8 +66,8 @@ fi # If datadir doesn't exist, create it if [ -z "$datadir" ]; then - final_path=/home/yunohost.app/$app - ynh_app_setting_set --app=$app --key=final_path --value=$datadir + datadir=/home/yunohost.app/$app + ynh_app_setting_set --app=$app --key=datadir --value=$datadir fi # Cleaning legacy permissions From d9ccb1b5e266b89ac946409c15ed76846dc6f5da Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 25 Oct 2021 01:41:59 +0200 Subject: [PATCH 2/3] Superflous example values in install questions --- manifest.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 8a0ac17..f960952 100644 --- a/manifest.json +++ b/manifest.json @@ -27,8 +27,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "path", @@ -38,13 +37,11 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "password", - "type": "password", - "example": "Choose a password" + "type": "password" }, { "name": "language", From 07725154bfa6ad212b1d2db2938af7d3c1114ec9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 25 Oct 2021 01:42:20 +0200 Subject: [PATCH 3/3] Bump manifest version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f960952..b338120 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create online webforms and surveys", "fr": "Créez des formulaires et questionnaires en ligne" }, - "version": "1.0.3~ynh2", + "version": "1.0.3~ynh3", "url": "https://framagit.org/framasoft/framaforms", "license": "GPL-2.0-only", "requirements": {