From a9247b5491fa480e52683ad2ddb643966e8b6822 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 20:45:55 -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 97e29367..18b9a3db 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -78,7 +78,7 @@ NEWCERT(){ do_with_root chown -R root:letsencrypt /etc/letsencrypt do_with_root chmod -R 6775 /etc/letsencrypt rm -f /etc/letsencrypt/cert-request.lastrun - echo -e "${NEW_CERT}" > /etc/letsencrypt/cert-request.lastrun + echo -e "${NEW_CERT}\n${daterun}" > /etc/letsencrypt/cert-renewal.lastrun DIVIDER true echo -en "${idsCL[LightYellow]}Waiting for certifcate replication between the nodes... ${idsCL[Default]}" checked=false