diff --git a/110-Cleanup.sh b/110-Cleanup.sh index 7a742ad..bb99340 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` -spacesavedwords=$(human_readable_bytes "$prespace") +spacesavedwords=$(human_readable_bytes "$spacesavedbytes") printf "$COL_LIGHT_BLUE" "* Cleanup saved $spacesavedwords"