fix: empty disk list on busybox

This commit is contained in:
lollipopkit
2024-02-01 17:31:04 +08:00
parent 17c50000db
commit a1af24be47
2 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ const _statusCmds = [
'cat /proc/stat | grep cpu',
'uptime',
'cat /proc/net/snmp',
'df -B 1K',
'df',
"cat /proc/meminfo | grep -E 'Mem|Swap'",
'cat /sys/class/thermal/thermal_zone*/type',
'cat /sys/class/thermal/thermal_zone*/temp',