@@ -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'
The note is not visible to the blocked user.