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

fix unbound variables

This commit is contained in:
OniriCorpe 2023-12-31 23:17:30 +01:00
parent 7c858689ed
commit 888ca46db8

View file

@ -57,6 +57,9 @@ set__open_port_53() {
set__dns_over_https() { set__dns_over_https() {
ynh_app_setting_get --app="$app" --key=port_dns_over_http
ynh_app_setting_get --app="$app" --key=port_dns_over_quic
if [ "$dns_over_https" == "true" ]; then if [ "$dns_over_https" == "true" ]; then
ynh_print_info --message="Opening DoH and DoQ ports..." ynh_print_info --message="Opening DoH and DoQ ports..."
# if DNS over HTTPS/QUIC is activated, open the associated ports # if DNS over HTTPS/QUIC is activated, open the associated ports