mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fix typo in installer
IPv4 was mentioned in an IPv6 setting - changed to correctly reference IPv6.
This commit is contained in:
parent
26dcbfc1f9
commit
b757e7a769
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ use4andor6()
|
|||
# Let use select IPv4 and/or IPv6
|
||||
cmd=(whiptail --separate-output --checklist "Select Protocols" $r $c 2)
|
||||
options=(IPv4 "Block ads over IPv4" on
|
||||
IPv6 "Block ads over IPv4" off)
|
||||
IPv6 "Block ads over IPv6" off)
|
||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||
for choice in $choices
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue