This commit is contained in:
deathbybandaid 2023-12-17 12:01:52 -05:00
parent ff0572c50c
commit 8c5cbc8c67

View File

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