diff --git a/inc/status.inc b/inc/status.inc index a1f6878d..28ae27dc 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -190,7 +190,7 @@ STATUS(){ [ "${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]}" else - echo -e "${idsCL[Default]}" + [ "${ST_ACTION}" != "check" ] && echo -e "\033[K\r ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]}" fi DIVIDER false lightCyan