From d3324a548cd8c1128586b25d6f9e8c2285321d1f Mon Sep 17 00:00:00 2001 From: borekon Date: Fri, 27 Jan 2023 07:04:42 +0000 Subject: [PATCH] Bugfix --- ifaces.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifaces.sh b/ifaces.sh index 821a875..2412451 100644 --- a/ifaces.sh +++ b/ifaces.sh @@ -1,5 +1,5 @@ #!/bin/bash -IFACE=$(ip -br l | grep enp | awk '$1 !~ "lo|vir|vet" { print $1}') +IFACE=$(ip -br l | awk '$1 !~ "lo|vir|vet" { print $1}') echo "" | sudo tee -a /etc/issue for i in $IFACE; do