From 3f702f7fd8a7ef48c8b31769d3989c4437abef89 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 11:29:10 -0500 Subject: [PATCH] test --- common/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/functions.sh b/common/functions.sh index d0f4545..a6605aa 100644 --- a/common/functions.sh +++ b/common/functions.sh @@ -73,7 +73,7 @@ pkgmgr_update(){ 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() {