1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-18 05:49:10 +00:00

chore: update basic-install.sh

minor fix

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Eltociear Ashimine 2024-07-10 14:29:40 +09:00 committed by GitHub
parent 8b324741e0
commit 5cb740ef01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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