From 558cb53aba31124ad5029e4a3d272d12fa3b905e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 11:24:13 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1eb15bc5..8f3ad4f0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -580,10 +580,10 @@ NIGHTLYRENEW(){ 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" > log - for line in $(