From f65630850b4e1b4d653f68b5592e8de34fe9ad40 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 20:53:40 -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 64449a0..004d316 100755 --- a/test.sh +++ b/test.sh @@ -28,7 +28,7 @@ CHECK_HOST(){ check=`ssh root@10.5.10.53 "systemctl is-active --quiet haproxy"` echo "HERE: '${check}'" -if [ "${check}") = "" ]; then +if [ "${check}" = "" ]; then echo 'yes' else echo 'no'