Fix os_stats for multiple networks

This commit is contained in:
Michele 2021-07-27 06:29:59 +00:00
parent e406a0baf3
commit 0f717ccb64
3 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c0d56f4c4d3eafdf01a8499ddff32d0fcb19506e Subproject commit 16a9fa5a0f9d2ea0212617559ea083335b9aab1d

BIN
backend/node/bitcoind Executable file

Binary file not shown.

View File

@ -34,7 +34,7 @@ if [ -f "/sys/devices/virtual/thermal/thermal_zone0/temp" ]; then
else else
TEMP="0" TEMP="0"
fi fi
ACTIVE_WIFI=$(nmcli -t -f name c show --active) ACTIVE_WIFI=$(nmcli -t -f name c show --active | sed ':a;N;$!ba;s/\n/,/g')
MINER_TEMP="0" MINER_TEMP="0"