Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:08:37 -06:00
parent c8dae44c7b
commit f73bad1ccb

View File

@@ -1017,7 +1017,7 @@ COPYCERTS_NPM(){
if [ "${1}" = "reset" ]; then
echo "Resetting ... Deleting all SSL symlink folders"
for certdir in $(</tmp/ssllist); do
rm -f $certdir
rm $certdir
done
else
olddirs=$(find $ssldir -type l ! -exec test -e {} \; -print)