Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1005,7 +1005,7 @@ LISTCERTS_NPM(){
|
|||||||
COPYCERTS_NPM(){
|
COPYCERTS_NPM(){
|
||||||
ssldir='/opt/nginx-proxy/ssl'
|
ssldir='/opt/nginx-proxy/ssl'
|
||||||
ssls=$(find /opt/nginx-proxy/letsencrypt/live -type d)
|
ssls=$(find /opt/nginx-proxy/letsencrypt/live -type d)
|
||||||
ssldirs=$(find ${ssldir}/* -type l)
|
ssldirs=$(find ${ssldir}/*/ -type l)
|
||||||
|
|
||||||
if [ "${1}" = "reset" ]; then
|
if [ "${1}" = "reset" ]; then
|
||||||
echo "Resetting ... Deleting all SSL symlink folders"
|
echo "Resetting ... Deleting all SSL symlink folders"
|
||||||
|
|||||||
Reference in New Issue
Block a user