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