From ca180c4b98bf7a60019022beee44e3bc96594f5d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Feb 2019 16:59:37 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5fb6f304..23c8a910 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -613,11 +613,11 @@ LISTCERTS(){ c=0; cw=30; spc='' spc1=${cw}-${#SUBJECT} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - if [ $DUEIN -gt $CERTEXPIRE ]; then - date="${idsST[Bold]}${idsCL[Red]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')${idsST[Reset]}${idsCL[Default]}" - else - date="${idsCL[Green]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')${idsCL[Default]}" - fi + # if [ $DUEIN -gt $CERTEXPIRE ]; then + # date="${idsST[Bold]}${idsCL[Red]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')${idsST[Reset]}${idsCL[Default]}" + # else + # date="${idsCL[Green]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')${idsCL[Default]}" + # fi echo -e "${idsCL[Cyan]}${SUBJECT}${spc}${CERTDATE} ${idsCL[Cyan]}${SUBJECTNAMES}${idsCL[Default]}" done echo