test
This commit is contained in:
parent
06efd9dc94
commit
40bf180392
@ -80,7 +80,8 @@ get_system_used_space() {
|
|||||||
|
|
||||||
human_readable_bytes() {
|
human_readable_bytes() {
|
||||||
local spacebytes="$1"
|
local spacebytes="$1"
|
||||||
echo "$spacebytes"
|
spacekb=`expr "$spacebytes" / 1024`
|
||||||
|
echo "$spacekb"
|
||||||
}
|
}
|
||||||
|
|
||||||
human_readable_bytesD() {
|
human_readable_bytesD() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user