From e15d1716e5f2eb0addcb9053d2c3cfb2c8c6a934 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 16 Aug 2023 11:02:48 +0800 Subject: [PATCH] Update install.sh --- plugins/mongodb/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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