From 6d939b98ac096d0900fe08f161cc253d4378f9ec Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 20:33:28 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 28ae27dc..3715f453 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -187,8 +187,7 @@ STATUS(){ uptime=$(${NCMD} uptime -p) fi - [ "${ST_ACTION}" != "check" ] && echo -en "\033[K\r ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}" - echo -e "${idsCL[White]} - ${uptime} ${idsCL[LightYellow]}${LH}${idsCL[Default]}" + [ "${ST_ACTION}" != "check" ] && echo -e "\033[K\r ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[White]} - ${uptime} ${idsCL[LightYellow]}${LH}${idsCL[Default]}" else [ "${ST_ACTION}" != "check" ] && echo -e "\033[K\r ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]}" fi