Update test.sh
This commit is contained in:
4
test.sh
4
test.sh
@@ -26,9 +26,9 @@ CHECK_HOST(){
|
||||
fi
|
||||
}
|
||||
|
||||
check=`ssh root@10.5.10.53 "systemctl is-active --quiet haproxy"`
|
||||
check=`ssh root@10.5.10.53 "systemctl is-active --quiet haproxy && echo true"`
|
||||
echo "HERE: '${check}'"
|
||||
if [ "${check}" = "" ]; then
|
||||
if [ "${check}" = "true" ]; then
|
||||
echo 'yes'
|
||||
else
|
||||
echo 'no'
|
||||
|
||||
Reference in New Issue
Block a user