test
This commit is contained in:
parent
fae4b43c3d
commit
9e9b913949
@ -74,7 +74,7 @@ pkgmgr_update(){
|
||||
|
||||
get_system_used_space() {
|
||||
usedspace=$(df --output=used -B1 / | tail -n 1| cut -d'%' -f1)
|
||||
echo "$usedspace"
|
||||
printf "$COL_RED" "$usedspace"
|
||||
return $usedspace
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user