Skip to content

Commit

Permalink
RUST-2024 Fix CRYPT_SHARED_LIB_PATH expansion (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn committed Sep 11, 2024
1 parent 4ba50d3 commit 17efecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .evergreen/serverless/create-instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ if [ -f "./secrets-export.sh" ]; then
echo "export SERVERLESS_URI=$SERVERLESS_URI" >> ./secrets-export.sh
fi

popd

if [ "${SERVERLESS_SKIP_CRYPT:-}" != "OFF" ]; then
# Download binaries and crypt_shared
MONGODB_VERSION=$(echo $SERVERLESS_MONGODB_VERSION | cut -d '.' -f-2) bash ./download-crypt.sh
MONGODB_VERSION=$(echo $SERVERLESS_MONGODB_VERSION | cut -d '.' -f-2) bash $SCRIPT_DIR/download-crypt.sh
fi

popd

0 comments on commit 17efecd

Please sign in to comment.