forked from p15670423/monkey
copy mongo license
This commit is contained in:
parent
e405210e46
commit
11f0363e49
|
@ -36,6 +36,7 @@ popd
|
|||
|
||||
mkdir -p $MONGODB_DIR/bin
|
||||
cp $TEMP_MONGO/mongodb-*/bin/mongod $MONGODB_DIR/bin/mongod
|
||||
cp $TEMP_MONGO/mongodb-*/LICENSE-Community.txt $MONGODB_DIR/
|
||||
chmod a+x $MONGODB_DIR/bin/mongod
|
||||
rm -r $TEMP_MONGO
|
||||
|
||||
|
|
Loading…
Reference in New Issue