Update test.sh

This commit is contained in:
2019-02-07 20:53:40 -06:00
parent e611e6bb23
commit f65630850b

View File

@@ -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'