From 5c590c01cac8c0207c9486269e2406ef4597420b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 27 Dec 2022 16:55:33 -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 9099576f..1ad0595a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -959,7 +959,7 @@ COPYCERTS_NPM(){ echo ${ssldir}/${SUBJECT} if [ ! -f ${ssldir}/${SUBJECT} ]; then echo "no folder found... creating" - /bin/ln -s ${certdir} ${ssldir}/${SUBJECT} + #/bin/ln -s ${certdir} ${ssldir}/${SUBJECT} else echo "folder found" fi