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