Update test.sh
This commit is contained in:
4
test.sh
4
test.sh
@@ -19,8 +19,8 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo -en "${idsCL[LightYellow]}Waiting for certifcate replication between the nodes...${idsCL[Default]}"
|
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 ""
|
echo -e ""
|
||||||
done
|
done
|
||||||
|
|
||||||
#sleep 20
|
#sleep 20
|
||||||
|
|||||||
Reference in New Issue
Block a user