diff --git a/plugins/mongodb/install.sh b/plugins/mongodb/install.sh index f95fa4915..c85bc8af0 100755 --- a/plugins/mongodb/install.sh +++ b/plugins/mongodb/install.sh @@ -28,8 +28,8 @@ Install_app() mkdir -p $MG_DIR if [ ! -f $MG_DIR/mongodb-src-r${VERSION}.tar.gz ]; then - wget -no-check-certificate -O $MG_DIR/mongodb-src-r${VERSION}.tar.gz https://fastdl.mongodb.org/src/mongodb-src-r${VERSION}.tar.gz - echo "wget -no-check-certificate -O $MG_DIR/mongodb-src-r${VERSION}.tar.gz https://fastdl.mongodb.org/src/mongodb-src-r${VERSION}.tar.gz" + wget --no-check-certificate -O $MG_DIR/mongodb-src-r${VERSION}.tar.gz https://fastdl.mongodb.org/src/mongodb-src-r${VERSION}.tar.gz + echo "wget --no-check-certificate -O $MG_DIR/mongodb-src-r${VERSION}.tar.gz https://fastdl.mongodb.org/src/mongodb-src-r${VERSION}.tar.gz" fi if [ ! -d $MG_DIR/mongodb-src-r${VERSION} ];then