This commit is contained in:
deathbybandaid 2023-12-17 11:55:25 -05:00
parent 1f02c5edfe
commit 31ccb2cfa5

View File

@ -18,6 +18,6 @@ postspace=$(get_system_used_space)
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"