Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-06 20:34:23 -06:00
parent 5035959391
commit dc842d93a2

View File

@@ -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}" > /opt/idssys/nodemgmt/cert-request.lastrun
echo -e "${NEW_CERT}" > /etc/letsencrypt/cert-request.lastrun
echo -en "${idsCL[LightYellow]}Waiting for certifcate replication between the nodes... ${idsCL[Default]}"
checked=false
until [ "${checked}" = "" ]; do