test
This commit is contained in:
parent
7a707267d4
commit
8e2fd081a5
@ -7,11 +7,11 @@ source "$SCRIPTDIR/common/functions.sh"
|
||||
source "$SCRIPTDIR/common/load-defaults.sh"
|
||||
|
||||
printf "$COL_LIGHT_BLUE" "* Cleaning up system"
|
||||
prespace=`get_system_used_space`
|
||||
prespace=$(echo get_system_used_space)
|
||||
prespacewords=`human_readable_bytes $prespace`
|
||||
printf "$COL_LIGHT_BLUE" "* Current used space is $prespacewords"
|
||||
pkgmgr_clean
|
||||
postspace=`get_system_used_space`
|
||||
postspace=$(echo get_system_used_space)
|
||||
postspacewords=`human_readable_bytes $prespace`
|
||||
printf "$COL_LIGHT_BLUE" "* Current used space is now $postspacewords"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user