Skip to content

Commit

Permalink
feat : updated start.sh-1
Browse files Browse the repository at this point in the history
  • Loading branch information
surjendu104 committed Feb 13, 2024
1 parent b123017 commit 5b7397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Start MongoDB
mongod --fork --logpath /var/log/mongodb/mongod.log
mongod --logpath /var/log/mongodb/mongod.log

# Wait for MongoDB to start (adjust the sleep duration as needed)
sleep 5
Expand Down

0 comments on commit 5b7397f

Please sign in to comment.