Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:00:33 -06:00
parent b591eb537b
commit 8e2a3855cf

View File

@@ -1007,7 +1007,7 @@ COPYCERTS_NPM(){
olddirs=$(find $ssldir -type l ! -exec test -e {} \; -print)
for od in ${olddirs[@]}; do
echo $od
echo "here: $od"
done
if [ ! -z ${LOCAL_SERVICES+x} ]; then