From c48a0c4c9916b43d08400671f11dafc1e663f7ef Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 11:59:32 -0500 Subject: [PATCH] test --- 110-Cleanup.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/110-Cleanup.sh b/110-Cleanup.sh index bc041a8..32e1494 100644 --- a/110-Cleanup.sh +++ b/110-Cleanup.sh @@ -11,13 +11,13 @@ prespace=$(get_system_used_space) prespacewords=$(human_readable_bytes "$prespace") printf "$COL_LIGHT_BLUE" "* Current used space is $prespacewords" -#pkgmgr_clean +pkgmgr_clean postspace=$(get_system_used_space) -#printf "$COL_LIGHT_BLUE" "* Current used space is now $postspace" +printf "$COL_LIGHT_BLUE" "* Current used space is now $postspace" postspacewords=$(human_readable_bytes "$prespace") -#printf "$COL_LIGHT_BLUE" "* Current used space is now $postspacewords" +printf "$COL_LIGHT_BLUE" "* Current used space is now $postspacewords" -#spacesavedbytes=`expr $postspace - $prespace` -#postspacewords=`(human_readable_bytes "$spacesavedbytes"` -#printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords" +spacesavedbytes=`expr $postspace - $prespace` +postspacewords=`(human_readable_bytes "$spacesavedbytes"` +printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords"