From 39c1bc93877bcdc9f67a581ca017d90ebe72598a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 04:49:28 +0100 Subject: [PATCH] no i don't need to, i'm tired x) --- scripts/config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/config b/scripts/config index 41ed02c..d8a52b4 100644 --- a/scripts/config +++ b/scripts/config @@ -74,10 +74,6 @@ set__dns_over_https() { ynh_print_warn --message="The variable 'dns_over_https' should be 'true' or 'false' but isn't, please report this." fi - # update the value in the AGH config file - ynh_print_info --message="Updating the AGH config file..." - ynh_write_var_in_file --file="$install_dir/AdGuardHome.yaml" --key="tls>enabled" --value="$dns_over_https" - # save the new setting ynh_app_setting_set "$app" --key=dns_over_https --value="$dns_over_https" }