summaryrefslogtreecommitdiff
path: root/hooks/install
diff options
Diffstat (limited to 'hooks/install')
-rwxr-xr-xhooks/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/install b/hooks/install
index e4994df..abd0d34 100755
--- a/hooks/install
+++ b/hooks/install
@@ -47,7 +47,7 @@ sed -e "s/#master = true/master = true/" -e "s/bind_ip/#bind_ip/" -i /etc/mongod
# Replica sets can only talk to each other if they all belong to the same
# set. In our case, we have defaulted to "myset".
############################################################################################################
-sed -i -e "s/ -- / -- --replSet ${DEFAULT_REPLSET_NAME} /" /etc/init/mongodb.conf
+#sed -i -e "s/ -- / -- --replSet ${DEFAULT_REPLSET_NAME} /" /etc/init/mongodb.conf
############################################################################################################