From 12673a3423b3e7b7966b462b41866bb552f54266 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 Jan 2023 09:46:30 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 16ac3e6b..5e73c18d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1028,7 +1028,7 @@ COPYCERTS_NPM(){ SUBJECT=$(openssl x509 -in ${certdir}/cert.pem -noout -subject|grep -oP '(?<=CN = )[^,]+'|sort -uV) if [ ! -L ${ssldir}/${SUBJECT} ]; then echo "${SUBJECT} ... creating" - #/bin/ln -s ${certdir} ${ssldir}/${SUBJECT} + /bin/ln -s ${certdir} ${ssldir}/${SUBJECT} fi done