From cfef7762f179666dec0f0b6f1934503c07e4b986 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 27 Dec 2022 16:57:40 -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 da027e9b..7f9e0c4c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -959,7 +959,7 @@ COPYCERTS_NPM(){ echo ${ssldir}/${SUBJECT} if [ ! -L ${ssldir}/${SUBJECT} ]; then echo "no folder found... creating" - /bin/ln -s ${certdir} ${ssldir}/${SUBJECT} + #/bin/ln -s ${certdir} ${ssldir}/${SUBJECT} fi done echo