diff --git a/plugins/mongodb/install.sh b/plugins/mongodb/install.sh index c8602a9cc..713025d54 100755 --- a/plugins/mongodb/install.sh +++ b/plugins/mongodb/install.sh @@ -45,7 +45,7 @@ Install_app() cd $MG_DIR/mongodb-src-r${VERSION} && python3 buildscripts/scons.py core MONGO_VERSION=${VERSION} -j 4 - cd $MG_DIR/mongodb-src-r${VERSION} && python3 buildscripts/scons.py -–prefix=$serverPath/mongodb install MONGO_VERSION=${VERSION} + cd $MG_DIR/mongodb-src-r${VERSION} && python3 buildscripts/scons.py --prefix=$serverPath/mongodb install MONGO_VERSION=${VERSION} if [ "$?" == "0" ];then