We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f13ec commit ffc03adCopy full SHA for ffc03ad
3.0/run.sh
@@ -2,7 +2,7 @@
2
set -m
3
4
mongodb_cmd="mongod --storageEngine $STORAGE_ENGINE"
5
-cmd="$mongodb_cmd --httpinterface --rest --master"
+cmd="$mongodb_cmd --httpinterface --rest "
6
if [ "$AUTH" == "yes" ]; then
7
cmd="$cmd --auth"
8
fi
0 commit comments