test
This commit is contained in:
parent
ea9378a3e7
commit
b7ef0296c6
@ -8,10 +8,12 @@ source "$SCRIPTDIR/common/load-defaults.sh"
|
|||||||
|
|
||||||
printf "$COL_LIGHT_BLUE" "* Cleaning up system"
|
printf "$COL_LIGHT_BLUE" "* Cleaning up system"
|
||||||
prespace=$(get_system_used_space)
|
prespace=$(get_system_used_space)
|
||||||
|
printf "$COL_LIGHT_BLUE" "* Current used space is $prespace"
|
||||||
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"
|
||||||
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"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user