mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
better phrasing
This commit is contained in:
parent
2153dfe521
commit
fd75e1c9e5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=2
|
||||||
if [[ $dns_over_https == 0 ]]; then
|
if [[ $dns_over_https == 0 ]]; then
|
||||||
dns_over_https="true"
|
dns_over_https="true"
|
||||||
# no need to open the ports, as they were opened at the 'Provisioning ports' step
|
# no need to open the ports, as they were opened at the 'Provisioning ports' step
|
||||||
ynh_print_info --message="DoH and DoQ ports have already been opened at port provision step."
|
ynh_print_info --message="DoH and DoQ ports are open."
|
||||||
else
|
else
|
||||||
dns_over_https="false"
|
dns_over_https="false"
|
||||||
# if dns_over_https is false, we need to close ports,
|
# if dns_over_https is false, we need to close ports,
|
||||||
|
|
Loading…
Add table
Reference in a new issue