This commit is contained in:
deathbybandaid 2023-12-17 11:53:25 -05:00
parent 84edf77013
commit 72da89e5b6

View File

@ -79,7 +79,7 @@ get_system_used_space() {
}
human_readable_bytes() {
local spacebytes=$1
local spacebytes="$1"
printf "$COL_YELLOW" "test $1 test"
spacekb=`expr "$spacebytes" / 1024`
spacemb=`expr "$spacebytes" / 1024 / 1024`