This commit is contained in:
deathbybandaid 2023-12-17 12:02:37 -05:00
parent 8c5cbc8c67
commit b2b9a01367

View File

@ -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`
spacesavedwords=$(human_readable_bytes "$prespace") spacesavedwords=$(human_readable_bytes "$spacesavedbytes")
printf "$COL_LIGHT_BLUE" "* Cleanup saved $spacesavedwords" printf "$COL_LIGHT_BLUE" "* Cleanup saved $spacesavedwords"