This commit is contained in:
deathbybandaid 2023-12-17 12:00:23 -05:00
parent c48a0c4c99
commit d421a43281

View File

@ -19,5 +19,5 @@ postspacewords=$(human_readable_bytes "$prespace")
printf "$COL_LIGHT_BLUE" "* Current used space is now $postspacewords"
spacesavedbytes=`expr $postspace - $prespace`
postspacewords=`(human_readable_bytes "$spacesavedbytes"`
spacesavedwords=$(human_readable_bytes "$prespace")
printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords"