diff options
Diffstat (limited to 'config/i3blocks/scripts/iface')
| -rwxr-xr-x | config/i3blocks/scripts/iface | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/i3blocks/scripts/iface b/config/i3blocks/scripts/iface index ffa576e..5daffa6 100755 --- a/config/i3blocks/scripts/iface +++ b/config/i3blocks/scripts/iface @@ -20,7 +20,7 @@  # Use the provided interface, otherwise the device used for the default route.  IF="${IFACE:-$BLOCK_INSTANCE}"  for version in 4 6; do -	IF="${IF:-$(ip -$version route  | sed -n 's/^default.*dev \([^ ]*\).*/\1/p')}" +	IF="${IF:-$(ip -$version route  | sed -n 's/^default.*dev \([^ ]*\).*/\1/p' | head -1)}"  done  # Exit if there is no default route | 
