From 0b1555960b939adc790f17c9d29598ed8b6cd5ca Mon Sep 17 00:00:00 2001 From: Warren James Date: Fri, 13 Sep 2024 16:01:54 -0400 Subject: [PATCH] do not use sh --- .evergreen/csfle/gcpkms/remote-scripts/start-mongodb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/csfle/gcpkms/remote-scripts/start-mongodb.sh b/.evergreen/csfle/gcpkms/remote-scripts/start-mongodb.sh index 905bed04..4457493a 100755 --- a/.evergreen/csfle/gcpkms/remote-scripts/start-mongodb.sh +++ b/.evergreen/csfle/gcpkms/remote-scripts/start-mongodb.sh @@ -10,5 +10,5 @@ export MONGO_ORCHESTRATION_HOME="$DRIVERS_TOOLS/.evergreen/orchestration" export MONGODB_BINARIES="$DRIVERS_TOOLS/mongodb/bin" echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config # Use run-orchestration with defaults. -sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh +. ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh echo "Starting MongoDB server ... end"