Skip to content

Commit ffc03ad

Browse files
author
unknown
committedJul 14, 2015
no master
1 parent 76f13ec commit ffc03ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎3.0/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -m
33

44
mongodb_cmd="mongod --storageEngine $STORAGE_ENGINE"
5-
cmd="$mongodb_cmd --httpinterface --rest --master"
5+
cmd="$mongodb_cmd --httpinterface --rest "
66
if [ "$AUTH" == "yes" ]; then
77
cmd="$cmd --auth"
88
fi

0 commit comments

Comments
 (0)
Please sign in to comment.