From 8b46350a7f74c314be78a0f967909e3b7691c681 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 Jan 2023 09:29:21 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index fdcf4fd7..7927052a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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"