Update install.sh

pull/109/head
midoks 3 years ago
parent 8c4d553336
commit d64e9da10a
  1. 2
      plugins/mongodb/install.sh

@ -53,7 +53,7 @@ Install_app_linux(){
cd $serverPath/source/mongodb-src-r${VERSION}
cd build && ../configure --prefix=$serverPath/mongodb && make -j4 && make install
cd build && ./configure --prefix=$serverPath/mongodb && make -j4 && make install
}

Loading…
Cancel
Save