test
This commit is contained in:
parent
c48a0c4c99
commit
d421a43281
@ -19,5 +19,5 @@ postspacewords=$(human_readable_bytes "$prespace")
|
|||||||
printf "$COL_LIGHT_BLUE" "* Current used space is now $postspacewords"
|
printf "$COL_LIGHT_BLUE" "* Current used space is now $postspacewords"
|
||||||
|
|
||||||
spacesavedbytes=`expr $postspace - $prespace`
|
spacesavedbytes=`expr $postspace - $prespace`
|
||||||
postspacewords=`(human_readable_bytes "$spacesavedbytes"`
|
spacesavedwords=$(human_readable_bytes "$prespace")
|
||||||
printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords"
|
printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user