From d1b83356f28f436e58d56f44acb1c10960678693 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Feb 2026 12:56:30 +0100 Subject: [PATCH] Fix bashio command --- .templates/90-dns_set.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/90-dns_set.sh b/.templates/90-dns_set.sh index 4f9b61e63..e75afe87f 100755 --- a/.templates/90-dns_set.sh +++ b/.templates/90-dns_set.sh @@ -9,7 +9,7 @@ set -e # Avoid usage of local dns such as adguard home or pihole\n" if bashio::config.has_value 'DNS_server'; then - if ! bashio::config.is_true "openvpn_enabled" && ! bashio::config.is_true "wireguard_enabled"; then + if ! bashio::config.true "openvpn_enabled" && ! bashio::config.true "wireguard_enabled"; then # Define variables DNSSERVER=$(bashio::config 'DNS_server') DNS=""