Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:02:27 -06:00
parent bb39a564c2
commit 27cd6fc52c

View File

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