This commit is contained in:
deathbybandaid 2023-12-17 11:56:42 -05:00
parent 06efd9dc94
commit 40bf180392

View File

@ -80,7 +80,8 @@ get_system_used_space() {
human_readable_bytes() {
local spacebytes="$1"
echo "$spacebytes"
spacekb=`expr "$spacebytes" / 1024`
echo "$spacekb"
}
human_readable_bytesD() {