From 31ccb2cfa533e8d8e381af11942f73ec4edcbb64 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 11:55:25 -0500 Subject: [PATCH] test --- 110-Cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/110-Cleanup.sh b/110-Cleanup.sh index 3cf7413..2f795fd 100644 --- a/110-Cleanup.sh +++ b/110-Cleanup.sh @@ -18,6 +18,6 @@ postspace=$(get_system_used_space) postspacewords=$(human_readable_bytes "$prespace") #printf "$COL_LIGHT_BLUE" "* Current used space is now $postspacewords" -spacesavedbytes=`expr $postspace - $prespace` -postspacewords=`(human_readable_bytes "$spacesavedbytes"` +#spacesavedbytes=`expr $postspace - $prespace` +#postspacewords=`(human_readable_bytes "$spacesavedbytes"` #printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords"