mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
try to reduce zu break
This commit is contained in:
parent
45bbd1d51a
commit
a9065b2310
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user