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:
parent
271cd9428a
commit
a090eb7819
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ process_ips(){
|
||||||
update_config(){
|
update_config(){
|
||||||
# used to update the IP adresses in the AGHconfig file
|
# 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
|
python3 -c "import yaml
|
||||||
with open(\"$install_dir/AdGuardHome.yaml\", 'r') as file:
|
with open(\"$install_dir/AdGuardHome.yaml\", 'r') as file:
|
||||||
conf_file = yaml.safe_load(file)
|
conf_file = yaml.safe_load(file)
|
||||||
|
|
Loading…
Add table
Reference in a new issue