[F] Fix macOS route on VPN hangs
https://github.com/dylanaraps/neofetch/pull/2362
This commit is contained in:
@@ -4934,7 +4934,7 @@ get_local_ip() {
|
||||
|
||||
"Mac OS X" | "macOS" | "iPhone OS")
|
||||
if [[ "${local_ip_interface[0]}" == "auto" ]]; then
|
||||
interface="$(route get 1 | awk -F': ' '/interface/ {printf $2; exit}')"
|
||||
interface="$(route -n get 1 | awk -F': ' '/interface/ {printf $2; exit}')"
|
||||
local_ip="$(ipconfig getifaddr "$interface")"
|
||||
else
|
||||
for interface in "${local_ip_interface[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user