1
0
Fork 0
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:
OniriCorpe 2023-12-28 06:53:47 +01:00
parent 2153dfe521
commit fd75e1c9e5

View file

@ -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,