diff --git a/home.admin/00infoBlitz.sh b/home.admin/00infoBlitz.sh index 0a9469436..ca0b59431 100755 --- a/home.admin/00infoBlitz.sh +++ b/home.admin/00infoBlitz.sh @@ -19,7 +19,7 @@ bitcoin_dir="/home/bitcoin/.${network}" lnd_dir="/home/bitcoin/.lnd" # get uptime & load -load=$(w | grep "load average:" | cut -c11-) +load=$(w | head -n 1 | cut -d ':' -f4) # get CPU temp cpu=$(cat /sys/class/thermal/thermal_zone0/temp)