diff --git a/plugins/mongodb/install.sh b/plugins/mongodb/install.sh index 3775ba85a..f95fa4915 100755 --- a/plugins/mongodb/install.sh +++ b/plugins/mongodb/install.sh @@ -29,6 +29,7 @@ Install_app() 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" fi if [ ! -d $MG_DIR/mongodb-src-r${VERSION} ];then