From cd382bed1cb719c0ddaebd53aa34ab0e395a4700 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 05:17:39 +0100 Subject: [PATCH] better message --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4a7f715..5402385 100644 --- a/scripts/install +++ b/scripts/install @@ -17,7 +17,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=2 if [[ $dns_over_https == 0 ]]; then dns_over_https="true" # no need to open the ports, as they were opened at the 'Provisioning ports' step - ynh_print_info --message="DoH and DoQ ports are already closed." + ynh_print_info --message="DoH and DoQ ports have already been opened at port provision step." else dns_over_https="false" # if dns_over_https is false, we need to close ports,