1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

better message

This commit is contained in:
OniriCorpe 2023-12-28 05:17:39 +01:00
parent 8f0906e85b
commit cd382bed1c

View file

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