typo
This commit is contained in:
parent
0b87a04502
commit
b6d9a87c91
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function get_mem_free {
|
|||
done <<< "$data")
|
||||
}
|
||||
function get_disk_total {
|
||||
disk_free=$(
|
||||
disk_total=$(
|
||||
while read -r line; do
|
||||
echo $line | grep KiB | awk '/total-hdd-space:/ {
|
||||
gsub(/KiB/,"",$2)
|
||||
|
|
Loading…
Add table
Reference in a new issue