diff options
author | Ingo Bürk <admin@airblader.de> | 2020-04-03 08:36:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 08:36:24 +0200 |
commit | 7f58f262ba1c4ded305d54b96efb0727d67cb41b (patch) | |
tree | 54a1e3f2771bbc040c582835c52b4d4797eb64d5 /contrib | |
parent | b4c1bb97afea8213da63867f2a7849e0d0db43a6 (diff) | |
parent | 33ba83e76e1931b0941207655cb1d973e20f0c28 (diff) |
Merge pull request #403 from YaguraStation/patch-1
Update net-speed.sh
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/net-speed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/net-speed.sh b/contrib/net-speed.sh index 71a563f..ed41974 100755 --- a/contrib/net-speed.sh +++ b/contrib/net-speed.sh @@ -24,7 +24,7 @@ # # Auto detect interfaces -ifaces=$(ls /sys/class/net | grep -E '^(eth|wlan|enp|wlp)') +ifaces=$(ls /sys/class/net | grep -E '^(eth|wlan|enp|enx|wlp)') last_time=0 last_rx=0 |