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)