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