mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-22 14:13:42 +00:00
Fix minor spelling mistake (#5704)
This commit is contained in:
commit
bffffa4d1e
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ find_IPv4_information() {
|
||||||
local route
|
local route
|
||||||
local IPv4bare
|
local IPv4bare
|
||||||
|
|
||||||
# Find IP used to route to outside world by checking the the route to Google's public DNS server
|
# Find IP used to route to outside world by checking the route to Google's public DNS server
|
||||||
route=$(ip route get 8.8.8.8)
|
route=$(ip route get 8.8.8.8)
|
||||||
|
|
||||||
# Get just the interface IPv4 address
|
# Get just the interface IPv4 address
|
||||||
|
|
Loading…
Reference in a new issue