test
This commit is contained in:
parent
c720c093a4
commit
5af012495b
@ -80,8 +80,6 @@ get_system_used_space() {
|
||||
|
||||
human_readable_bytes() {
|
||||
local spacebytes="$1"
|
||||
printf "$COL_RED" "$1"
|
||||
printf "$COL_RED" "$spacebytes"
|
||||
spacekb=`expr $spacebytes / 1024`
|
||||
spacemb=`expr $spacebytes / 1024 / 1024`
|
||||
spacegb=`expr $spacebytes / 1024 / 1024 / 1024`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user