diff --git a/test.sh b/test.sh index a635752..64449a0 100755 --- a/test.sh +++ b/test.sh @@ -26,8 +26,10 @@ CHECK_HOST(){ fi } -echo $1 -echo ${noheader} -if [[ "${noheader}" != *"${1}"* ]]; then - echo 'not found' +check=`ssh root@10.5.10.53 "systemctl is-active --quiet haproxy"` +echo "HERE: '${check}'" +if [ "${check}") = "" ]; then + echo 'yes' +else + echo 'no' fi \ No newline at end of file