From 71d9c6a89539c1a1ff2640d98160b85a155f004d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Jul 2022 14:00:21 +0200 Subject: [PATCH 1/3] Fix typo --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 76c4e3a..488d93d 100644 --- a/manifest.json +++ b/manifest.json @@ -62,7 +62,7 @@ { "name": "network_name", "type": "string", - "default": "ErgoYunohost", + "default": "ErgoYunoHost", "ask": { "en": "Network Name" } From bac3c733bd2fe275ac54611834ef322bcc4e4f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Jul 2022 14:01:43 +0200 Subject: [PATCH 2/3] Add French translation --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 488d93d..26b7bb5 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "ergo", "packaging_format": 1, "description": { - "en": "A modern IRC server (daemon/ircd) written in Go", - "fr": "A modern IRC server (daemon/ircd) written in Go" + "en": "Modern IRC server (daemon/ircd) written in Go", + "fr": "Serveur IRC moderne (démon/ircd) écrit en Go" }, "version": "2.10.0~ynh2", "url": "https://ergo.chat/", From 0a845f8a497260c632840717769d3fc2b1ad0582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Jul 2022 14:18:42 +0200 Subject: [PATCH 3/3] Simplify --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6ce91d7..862b549 100755 --- a/scripts/install +++ b/scripts/install @@ -29,7 +29,6 @@ path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC enable_ldap=$YNH_APP_ARG_ENABLE_LDAP language=$YNH_APP_ARG_LANGUAGE -architecture=$YNH_ARCH network_name=$YNH_APP_ARG_NETWORK_NAME server_name=$YNH_APP_ARG_SERVER_NAME password=$YNH_APP_ARG_PASSWORD @@ -105,7 +104,7 @@ ynh_script_progression --message="Setting up source files..." --weight=10 ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" +ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH ynh_setup_source --dest_dir="$final_path" --source_id=ldap chmod 750 "$final_path"