From eaf1ea5f1d6e205cf40938b953a9ff333a8e277b Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 22 May 2021 18:47:23 +0200 Subject: [PATCH 1/3] Uptade to 2021.5.5 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1b13c58..229f49b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # Release to install -VERSION=2021.4.6 +VERSION=2021.5.5 # Package dependencies PKG_DEPENDENCIES="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5" From cfab08bdd2e771252dfcfa35e923966f828c7da2 Mon Sep 17 00:00:00 2001 From: ewilly Date: Sun, 20 Jun 2021 21:15:47 +0200 Subject: [PATCH 2/3] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 229f49b..184e1a4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # Release to install -VERSION=2021.5.5 +VERSION=2021.6.5 # Package dependencies PKG_DEPENDENCIES="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5" From 401285c248aa92231cbf8cf2395b7ecfc9539125 Mon Sep 17 00:00:00 2001 From: ewilly Date: Mon, 21 Jun 2021 08:55:20 +0200 Subject: [PATCH 3/3] Fix port in restore script --- scripts/restore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index cb7a2ea..42666e2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -32,8 +32,7 @@ ynh_webpath_available --domain="$domain" --path_url="$path_url" || ynh_die "$dom ynh_script_progression --message="Restoring the port and opening it..." # restore port -[ $port -eq $(ynh_find_port $port) ] || ynh_die "$port is not available, please use an other port" -ynh_exec_fully_quiet yunohost firewall allow TCP $port +ynh_exec_warn_less yunohost firewall allow TCP $port ynh_script_progression --message="Restoring dedicated user, rights and folders..." # restore dedicated system user