From b2b9a0136769530c0c6653437a35f4daaf69bff2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 12:02:37 -0500 Subject: [PATCH] test --- 110-Cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"