From 11758cc29ceaa4fa31928f49b2de3941505ac1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 14 Feb 2021 22:54:26 +0100 Subject: [PATCH] Testing (#59) * Hot fix (#57) * Remove -- deployment that make upgrade to fail * Stop before removing the systemd service * Finding an available port Co-authored-by: Alexandre Aubin --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c5d0bfa..81edd90 100644 --- a/scripts/install +++ b/scripts/install @@ -61,7 +61,7 @@ ynh_app_setting_set --app=$app --key=admin_mail_html --value=1 #================================================= # FIND AND OPEN A PORT #================================================= -ynh_script_progression --message="Configuring firewall..." --weight=3 +ynh_script_progression --message="Finding an available port..." --weight=3 # Find a free port port=$(ynh_find_port --port=8095)