From 02449169b5ffa865cc011c6aeb4fdac297b3aa05 Mon Sep 17 00:00:00 2001 From: borekon Date: Fri, 27 Jan 2023 07:03:33 +0000 Subject: [PATCH] Disabled dokcer/kubernetes interfaces Don't show the docker/kubernetes networks on the login screen --- ifaces.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifaces.sh b/ifaces.sh index 915dbf6..821a875 100644 --- a/ifaces.sh +++ b/ifaces.sh @@ -1,5 +1,5 @@ #!/bin/bash -IFACE=$(ip -br l | grep enp | awk '$1 !~ "lo|vir|wl" { print $1}') +IFACE=$(ip -br l | grep enp | awk '$1 !~ "lo|vir|vet" { print $1}') echo "" | sudo tee -a /etc/issue for i in $IFACE; do