Disabled dokcer/kubernetes interfaces

Don't show the docker/kubernetes networks on the login screen
This commit is contained in:
borekon 2023-01-27 07:03:33 +00:00
parent 04d6f9e60e
commit 02449169b5

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/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 echo "" | sudo tee -a /etc/issue
for i in $IFACE; for i in $IFACE;
do do