Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:29:21 -06:00
parent 67ce44f960
commit 8b46350a7f

View File

@@ -1004,7 +1004,7 @@ LISTCERTS_NPM(){
}
COPYCERTS_NPM(){
ssldir='/opt/nginx-proxy/ssl'
ssldirs=$(find /opt/nginx-proxy/letsencrypt/live -type l)
ssldirs=$(find /opt/nginx-proxy/letsencrypt/live -type d)
if [ "${1}" = "reset" ]; then
echo "Resetting ... Deleting all SSL symlink folders"