Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user