From 50adc6401c60b3e0894d21c1e54c19fc7546c272 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 12:46:58 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7e8e1a24..e2a2e520 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -628,9 +628,9 @@ LISTCERTS(){ date="${idsCL[Green]}$(date -d @${CERTEXPIRE} '+%m-%d-%Y')${idsCL[Default]}" fi if [ "${CHECKCERT_DOMAINS[${SUBJECT}]}" = "" ]; then - SUBJECT_DISP=${SUBJECT} + SUBJECT_DISP="'${SUBJECT}'" else - SUBJECT_DISP="${idsCL[Green]}${SUBJECT}${idsCL[Cyan]}" + SUBJECT_DISP="${idsCL[Green]}'${SUBJECT}'${idsCL[Cyan]}" fi if [ ${#SUBJECT_NAMES[@]} -lt 4 ]; then echo -e "${idsCL[Cyan]}${SUBJECT}${spc}${date} ${idsCL[Cyan]}${SUBJECTNAMES}${idsCL[Default]}"