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

remove irrelevant comment

This commit is contained in:
OniriCorpe 2023-12-27 07:29:11 +01:00
parent 271cd9428a
commit a090eb7819

View file

@ -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)