Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-29 09:28:06 -06:00
parent 306aecd004
commit 67ce44f960

View File

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