getminera / minera

Minera is a web interface to monitor and manage mining devices
http://getminera.com
Other
374 stars 156 forks source link

motd.sh - eth0 or wlan0 check #247

Closed pazor closed 3 years ago

pazor commented 4 years ago

device=$(ip link | grep -q eth0 && echo eth0 || echo wlan0) label5="$(extend "$(ip addr show $device | grep 'inet\b' | awk '{print $2}' | cut -d/ -f1)")"