diff --git a/defaults.inc b/defaults.inc index 5cd9870e..0eb0c1df 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.15.35-11252023' +VERS='4.16.1-11252023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/status.inc b/inc/status.inc index a125a43b..70ffa279 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -187,7 +187,7 @@ STATUS(){ fi [ "${ST_ACTION}" != "check" ] && echo -en "\033[K\r ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}" - echo -e "${idsCL[LightCyan]} - ${uptime} ${idsCL[LightYellow]}${LH}${idsCL[Default]}" + echo -e "${idsCL[White]} - ${uptime} ${idsCL[LightYellow]}${LH}${idsCL[Default]}" else echo -e "${idsCL[Default]}" fi @@ -220,7 +220,7 @@ STATUS(){ else spc=' ' fi - echo -en " ${NM_SERVICE_DESC[${srvc}]}${spc}: " + echo -en "${idsCL[White]} ${NM_SERVICE_DESC[${srvc}]}${spc}${idsCL[Default]}: " fi if [ "${NTYPE}" != "OFW" ]; then srvctest=${srvctst[$sr]}