This commit is contained in:
Michael Grote 2021-09-22 17:50:08 +02:00
parent 0b87a04502
commit b6d9a87c91
1 changed files with 1 additions and 1 deletions

View File

@ -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)