diff --git a/home.admin/00infoBlitz.sh b/home.admin/00infoBlitz.sh index 425517ca6..d5ac13539 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 | head -n 1 | cut -d ':' -f4) +load=$(w | head -n 1 | cut -d 'v' -f2 | cut -d ':' -f2) # get CPU temp cpu=$(cat /sys/class/thermal/thermal_zone0/temp)