Skip to content

Commit

Permalink
fix: do not use sh in start-mongodb.sh explicitly (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Sep 13, 2024
1 parent b833221 commit 4fba373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/csfle/gcpkms/remote-scripts/start-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4fba373

Please sign in to comment.