mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Update upgrade: adguard_port -> port_adguard
This commit is contained in:
parent
07ebb26dd6
commit
854837b2ff
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ if \"0.0.0.0\" in conf_file[\"dns\"][\"bind_hosts\"]:
|
|||
conf_file[\"dns\"][\"bind_hosts\"].append(\"$ipv6_addr\")
|
||||
need_file_update = True
|
||||
|
||||
if conf_file[\"dns\"][\"port\"] != $adguard_port:
|
||||
conf_file[\"dns\"][\"port\"] = $adguard_port
|
||||
if conf_file[\"dns\"][\"port\"] != $port_adguard:
|
||||
conf_file[\"dns\"][\"port\"] = $port_adguard
|
||||
need_file_update = True
|
||||
|
||||
if need_file_update:
|
||||
|
|
Loading…
Reference in a new issue