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