From 43227a36dfc9edec420e0697575cc4cfaafdfb90 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jun 2024 23:13:41 -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 5b97c84..2d09107 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -460,7 +460,7 @@ GETCRONTABS(){ fi for hostid in "${!host_ip[@]}"; do - echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${host_name[$hostid]} - ${host_ip[$hostid]}${idsCL[Default]}${idsST[Reset]}" + # echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${host_name[$hostid]} - ${host_ip[$hostid]}${idsCL[Default]}${idsST[Reset]}" # checkhost=$(CHECK_HOST ${host_ip[$hostid]}) # if [ "${checkhost}" != "false" ]; then # echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${host_name[$hostid]} - Gathering Crontabs ... ${idsCL[Default]}${idsST[Reset]}"