From b3586c05e6dcf6d4958c12d7f1e59414af675eb5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 11:27:44 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 523bfeed..3821054a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -581,9 +581,9 @@ LISTCERTS(){ if [ ! -z ${LOCAL_SERVICES+x} ]; then NCMD='ssh root@10.5.10.51' ${NCMD} 'for certdir in /etc/letsencrypt/live/*/ ; do echo $certdir; done' > /tmp/remotessl - for line in $(