From a090eb78199a38643bd92c755a97a97d858e891b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 27 Dec 2023 07:29:11 +0100 Subject: [PATCH] remove irrelevant comment --- scripts/_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 645cad7..57ee308 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -49,7 +49,6 @@ process_ips(){ update_config(){ # used to update the IP adresses in the AGHconfig file -# Reset the bind_hosts if the current ip is 0.0.0.0 python3 -c "import yaml with open(\"$install_dir/AdGuardHome.yaml\", 'r') as file: conf_file = yaml.safe_load(file)