From ee35546924d8a274beab3a645ff0402aa95176d0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 22:15:41 -0500 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 f6d585cd..ec2b6397 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -50,7 +50,7 @@ STATUS(){ DIVIDER echo -e "${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}" DIVIDER - echo -e " ${idsCL[LightCyan]}${uptime}${idsCL[Default]}" + echo -e " ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n" fi # if [ "${ST_ACTION}" != "check" ]; then # lip=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)