mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-20 07:00:42 +02:00
Fix os_stats for multiple networks
This commit is contained in:
parent
e406a0baf3
commit
0f717ccb64
2
apolloui
2
apolloui
@ -1 +1 @@
|
||||
Subproject commit c0d56f4c4d3eafdf01a8499ddff32d0fcb19506e
|
||||
Subproject commit 16a9fa5a0f9d2ea0212617559ea083335b9aab1d
|
BIN
backend/node/bitcoind
Executable file
BIN
backend/node/bitcoind
Executable file
Binary file not shown.
@ -34,7 +34,7 @@ if [ -f "/sys/devices/virtual/thermal/thermal_zone0/temp" ]; then
|
||||
else
|
||||
TEMP="0"
|
||||
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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user