Update nodemgmt-scripts.sh

This commit is contained in:
2022-12-27 16:55:33 -06:00
parent 8795f22f37
commit 5c590c01ca

View File

@@ -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