From 1fb9f905b3eaffc3884f95ca1ff8994986319869 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 9 Jan 2021 22:42:03 +0100 Subject: [PATCH 1/2] Finding an available port --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e587e6b..dbaa8c6 100644 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,7 @@ ynh_app_setting_set --app=$app --key=config_path --value=$config_path #================================================= # FIND AND OPEN A PORT #================================================= -ynh_script_progression --message="Configuring firewall..." +ynh_script_progression --message="Finding an available port..." # Find an available port port=$(ynh_find_port 9000) From 352671ae6cb1acdab740cac6b3166c5c07cae5d0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 18 Jan 2021 09:19:12 +0100 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 69e5f62..054b760 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web IRC client", "fr": "Client Web IRC" }, - "version": "4.2.0~ynh2", + "version": "4.2.0~ynh3", "url": "https://thelounge.chat/", "license": "MIT", "maintainer": {