one to many ]

This commit is contained in:
Jay Lee
2019-10-16 16:59:13 -04:00
parent 201e37d185
commit 089aadd729

View File

@@ -12,7 +12,7 @@ else
SSLRESULT=$?
PYVER=$(~/python/bin/python3 -V)
PYRESULT=$?
if [ $SSLRESULT -ne 0 ] || [[ "$SSLVER" != "OpenSSL $BUILD_OPENSSL_VERSION "* ]] || [ $PYRESULT -ne 0 ]] || [[ "$PYVER" != "Python $PYTHON_BUILD_VERSION" ]]; then
if [ $SSLRESULT -ne 0 ] || [[ "$SSLVER" != "OpenSSL $BUILD_OPENSSL_VERSION "* ]] || [ $PYRESULT -ne 0 ] || [[ "$PYVER" != "Python $PYTHON_BUILD_VERSION" ]]; then
echo "SSL Result: $SSLRESULT - SSL Ver: $SSLVER - Py Result: $PYRESULT - Py Ver: $PYVER"
cd ~
rm -rf ssl