Update ubuntu.sh

pull/437/head
midoks 2 years ago
parent d85f544773
commit d9e8f1d4ad
  1. 2
      plugins/mongodb/versions/7.0/ubuntu.sh

@ -28,7 +28,7 @@ if [ ! -f $MG_DIR/${FILE_NAME_TGZ} ]; then
fi
if [ ! -d $MG_DIR/${FILE_NAME} ];then
cd $MG_DIR && tar -zxvf ${FILE_NAME}
cd $MG_DIR && tar -zxvf ${FILE_NAME_TGZ}
fi
if [ ! -d $serverPath/mongodb/bin ];then

Loading…
Cancel
Save