diff --git a/test.sh b/test.sh index 60740e3..a2902da 100755 --- a/test.sh +++ b/test.sh @@ -29,7 +29,7 @@ CHECK_HOST(){ #check=`ssh root@10.5.10.53 "systemctl is-active --quiet haproxy && echo true"` #echo "HERE: '${check}'" srvc=haproxy -if [ "$(ssh root@10.5.10.53 'systemctl is-active --quiet ${srvc} && echo true')" = "true" ]; then +if [ "$(ssh root@10.5.10.53 'systemctl is-active --quiet $srvc && echo true')" = "true" ]; then #if [ $(ssh root@10.5.10.53 'systemctl is-active --quiet haproxy') ]; then echo 'yes' else