From b7ef0296c62d0ad93f30e10a7cb7c051b5507502 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 11:43:58 -0500 Subject: [PATCH] test --- 110-Cleanup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/110-Cleanup.sh b/110-Cleanup.sh index b959252..f4b07a1 100644 --- a/110-Cleanup.sh +++ b/110-Cleanup.sh @@ -8,10 +8,12 @@ source "$SCRIPTDIR/common/load-defaults.sh" printf "$COL_LIGHT_BLUE" "* Cleaning up system" prespace=$(get_system_used_space) +printf "$COL_LIGHT_BLUE" "* Current used space is $prespace" prespacewords=`human_readable_bytes $prespace` printf "$COL_LIGHT_BLUE" "* Current used space is $prespacewords" pkgmgr_clean postspace=$(get_system_used_space) +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"