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