Update install.sh

pull/437/head
midoks 2 years ago
parent 68e06aa8f5
commit ee16e0142e
  1. 1
      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

Loading…
Cancel
Save