fix(eww->get-connectivity-info): Fixed interface type case statement

This commit is contained in:
GaspardCulis 2024-10-18 09:25:12 +02:00
parent bfd61936ed
commit 7b8dc455d2

View file

@ -3,13 +3,10 @@
print_network_state() {
case "$1" in
eth*)
eth*|enp*)
echo ethernet
;;
wlan*)
echo wireless
;;
wlp*)
wlan*|wlp*)
echo wireless
;;
usb*)