Skip to content

Commit e0ebcb2

Browse files
committed
add useful cr comment for .path in install_mongo
1 parent aa0cd68 commit e0ebcb2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/install_mongo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ if [ ! -d "$mongosh_dir" ]; then
6565
exit 1
6666
fi
6767

68+
# creating a ".path" file to make sure start_mongo is referring to the same binaries
69+
# that this installation is referring to
6870
echo >&2 "Creating mongo.path"
6971
echo "export PATH='${mongodb_dir}/bin:${mongosh_dir}/bin:'"'$PATH' \
7072
| tee >&2 mongo.path

0 commit comments

Comments
 (0)