From 4a573aa64784ec9b85b3c778da122b8eb38bce17 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 11:28:47 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index 7bbbfce..bf86ade 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -190,7 +190,7 @@ RUN_CHECK(){ hostid=${host_ids[$hostname]} echo -e "${idsST[Bold]}"; DIVIDER false lightCyan 85 - echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} ${idsST[Reset]}${idsCL[LightCyan]}- (${host_ip[$hostid]})${idsCL[Default]}" + echo -e "${idsST[Invert]}${idsCL[LightCyan]} ${host_name[$hostid]} ${idsST[Reset]}${idsST[Invert]}${idsCL[LightCyan]}- (${host_ip[$hostid]})${idsST[Reset]}" DIVIDER false lightCyan 85 checkhost=$(CHECK_HOST ${host_ip[$hostid]})