1
0
Fork 0

fix sb-internet

This commit is contained in:
Luca Bilke 2023-11-26 19:59:43 +01:00
parent 26d8847d4a
commit 25d435b889
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fi
if ls /sys/class/net/e*/operstate 1>/dev/null 2>&1; then
for e in /sys/class/net/e*/operstate; do
[ "$e" = "up" ] && printf "%b" "$shift"
[ "$(cat "$e")" = "up" ] && printf "%b" "$shift"
shift=" "
done
fi