diff options
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -rw-r--r-- | Library/Formula/mongodb.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index eacadb0bb..14e0e8d5c 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -59,6 +59,7 @@ class Mongodb < Formula # Write the configuration files and launchd script (prefix+'mongod.conf').write mongodb_conf (prefix+'org.mongodb.mongod.plist').write startup_plist + (prefix+'org.mongodb.mongod.plist').chmod 0644 end def caveats |
