From 6c07c8b175c529ec90dfc1c2b47dcbb46b1237f3 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 17 Dec 2023 11:42:05 -0500 Subject: [PATCH] test --- common/functions.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/functions.sh b/common/functions.sh index 743825b..977b1ab 100644 --- a/common/functions.sh +++ b/common/functions.sh @@ -74,8 +74,6 @@ pkgmgr_update(){ get_system_used_space() { usedspace=$(df --output=used -B1 / | tail -n 1| cut -d'%' -f1) - printf "$COL_RED" "$usedspace" - echo $usedspace } human_readable_bytes() {