From 000499a26acf0838f8af6ec20d222015831474a0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 11:25:49 -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 c5da03b..4a74b1b 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]} - (${host_ip[$hostid]})${idsCL[Default]}" + echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} ${idsCL[Default]}${idsCL[LightCyan]}- (${host_ip[$hostid]})${idsCL[Default]}" DIVIDER false lightCyan 85 checkhost=$(CHECK_HOST ${host_ip[$hostid]})