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