diff --git a/110-Cleanup.sh b/110-Cleanup.sh index 32e1494..c53c1f6 100644 --- a/110-Cleanup.sh +++ b/110-Cleanup.sh @@ -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"