Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:01:43 -06:00
parent 8e2a3855cf
commit 7852c0cc5b

View File

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