From 0897eb6e6d3038c6e843b9aa7c5dda7ac2ff0582 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 13:25:07 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8242de0..10baf82 100755 --- a/test.sh +++ b/test.sh @@ -19,7 +19,7 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot fi echo -en "${idsCL[LightYellow]}Waiting for certifcate replication between the nodes...${idsCL[Default]}" -until [ $(`ssh root@10.5.10.52 "cat /etc/letsencrypt/live/test2.scity.us/cert.pem" | diff - /etc/letsencrypt/live/test2.scity.us/cert.pem`) ]; do +until [ $(ssh root@10.5.10.52 "cat /etc/letsencrypt/live/test2.scity.us/cert.pem" | diff - /etc/letsencrypt/live/test2.scity.us/cert.pem) ]; do echo -e "" done