From e5db225465ff9da0ffa3c5fe6d082937e7327654 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 13 Jun 2022 11:32:04 +0800 Subject: [PATCH] Update install.sh --- plugins/mongodb/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mongodb/install.sh b/plugins/mongodb/install.sh index c026e8c24..c04f39ee9 100755 --- a/plugins/mongodb/install.sh +++ b/plugins/mongodb/install.sh @@ -51,7 +51,7 @@ Install_app_linux(){ wget -O $serverPath/source/mongodb-src-r${VERSION}.tar.gz https://fastdl.mongodb.org/src/mongodb-src-r${VERSION}.tar.gz fi - + cd $serverPath/source && tar -zxvf mongodb-src-r${VERSION}.tar.gz cd $serverPath/source/mongodb-src-r${VERSION} cd build && ./configure --prefix=$serverPath/mongodb && make -j4 && make install }