Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user