This commit is contained in:
deathbybandaid 2023-12-17 11:59:32 -05:00
parent cb4fb92cb8
commit c48a0c4c99

View File

@ -11,13 +11,13 @@ prespace=$(get_system_used_space)
prespacewords=$(human_readable_bytes "$prespace") prespacewords=$(human_readable_bytes "$prespace")
printf "$COL_LIGHT_BLUE" "* Current used space is $prespacewords" printf "$COL_LIGHT_BLUE" "* Current used space is $prespacewords"
#pkgmgr_clean pkgmgr_clean
postspace=$(get_system_used_space) 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") 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` spacesavedbytes=`expr $postspace - $prespace`
#postspacewords=`(human_readable_bytes "$spacesavedbytes"` postspacewords=`(human_readable_bytes "$spacesavedbytes"`
#printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords" printf "$COL_LIGHT_BLUE" "Cleanup saved $spacesavedwords"