From 7f2e2e16cb3d847507265f77dbb0c556616e05d1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jun 2024 23:03:10 -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 2d09107..5b97c84 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]}"