From 221da7c58a7e32dc9cd64d94681d676f7d0be0ce Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 11:58:07 -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 47011c5..f41661f 100644 --- a/common/functions.sh +++ b/common/functions.sh @@ -73,7 +73,7 @@ pkgmgr_update(){ get_system_used_space() { - return $(df --output=used -B1 / | tail -n 1| cut -d'%' -f1) + echo $(df --output=used -B1 / | tail -n 1| cut -d'%' -f1) } human_readable_bytes() {