From 6d4f3808e6a13b91d2d9c24574df4b4a4afc1c69 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 11:33:49 -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 66f8d38..1aa8a4f 100644 --- a/common/functions.sh +++ b/common/functions.sh @@ -75,7 +75,7 @@ pkgmgr_update(){ get_system_used_space() { usedspace=$(df --output=used -B1 / | tail -n 1| cut -d'%' -f1) printf "$COL_RED" "$usedspace" - return $usedspace + echo $usedspace } human_readable_bytes() {