Disabled dokcer/kubernetes interfaces
Don't show the docker/kubernetes networks on the login screen
This commit is contained in:
parent
04d6f9e60e
commit
02449169b5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user