Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-06 21:31:15 -06:00
parent 4722086bdc
commit 18917b992a

View File

@@ -175,8 +175,7 @@ CERTRENEW(){
daterun=`date +%Y-%m-%d-%H-%M`
echo -e "${daterun}" >> /etc/letsencrypt/cert-renewal.lastrun
DIVIDER true
echo -en "${idsCL[LightYellow]}Waiting for certifcate replication between the nodes... ${idsCL[Default]}"
echo
echo -en "${idsCL[LightYellow]}Waiting for certifcate replication between the nodes... ${idsCL[Default]}"
checked=false
timeout=`date --date='2 minutes' +%s`
until [ "${checked}" = "" ]; do