check on variable for printout

This commit is contained in:
Jacob Barthelmeh 2018-06-26 17:03:04 -06:00
parent 8c9e0cd427
commit f031a6fc67

@ -29,7 +29,7 @@ if [ $RESULT = 0 ]; then
# client test against the server
./examples/client/client -X -C -h $server -p 443 -A $ca -g -o -N
GR_RESULT=$?
[ $GL_RESULT -ne 0 ] && echo -e "\n\nClient connection failed"
[ $GR_RESULT -ne 0 ] && echo -e "\n\nClient connection failed"
else
GR_RESULT=1
fi