From d421a432815a9d3c0b7e51dc760f86430a6d9deb Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 12:00:23 -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 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"