From 3cbc2b015ca673b7c79b1b76b26ac53bf5203aac Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 Jan 2023 09:45:46 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 09a0266e..16ac3e6b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1004,8 +1004,8 @@ LISTCERTS_NPM(){ } COPYCERTS_NPM(){ ssldir='/opt/nginx-proxy/ssl' - ssls=$(find /opt/nginx-proxy/letsencrypt/live -type d) - ssldirs=$(find ${ssldir}/*/ -type l) + ssls=$(find /opt/nginx-proxy/letsencrypt/live/* -type d) + ssldirs=$(find ${ssldir} -type l) if [ "${1}" = "reset" ]; then echo "Resetting ... Deleting all SSL symlink folders"