From 4d17b96b5d01370387effcd09d38acdd2f3f0780 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 11:25:43 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8f3ad4f0..73328600 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -580,7 +580,7 @@ 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" + ${NCMD} 'for certdir in /etc/letsencrypt/live/*/ ; do echo $certdir; done' # for line in $(