From b7c4248604d50af2f791c98ab35cf7c2faa25bec Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Dec 2023 19:59:22 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index c3e0826f..82aca99f 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -194,7 +194,7 @@ STATUS(){ else uptime=$(${NCMD} uptime -p) fi - [ "${ST_ACTION}" != "check" ] && echo -e "\r\033[K ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[White]} - ${uptime} - CPU: ${cpu_usage}'% ${idsCL[LightYellow]}${LH}${idsCL[Default]}" + [ "${ST_ACTION}" != "check" ] && echo -e "\r\033[K ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[White]} - ${uptime} - ${idsCL[Yellow]}CPU: `IDS_NUMBER_FORMAT ${cpu_usage} 1`'% ${idsCL[LightYellow]}${LH}${idsCL[Default]}" else echo -e "${idsCL[Default]}" fi