Update nodemgmt-scripts.sh

This commit is contained in:
2022-12-27 16:57:40 -06:00
parent d1bc070255
commit cfef7762f1

View File

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