mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 23:23:42 +00:00
Fixed wrong echo when not using IPv4.
This commit is contained in:
parent
8d2fc23d5a
commit
ad920f6043
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ use4andor6() {
|
|||
fi
|
||||
echo "::: Using IPv4 on $IPv4addr"
|
||||
else
|
||||
echo "::: Using IPv6 on $piholeIPv6"
|
||||
echo "::: IPv4 will NOT be used."
|
||||
fi
|
||||
|
||||
if [ $useIPv6 ]; then
|
||||
|
|
Loading…
Reference in a new issue