diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a6532e9d..22449619 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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