Update centos.sh

pull/496/head
midoks 2 years ago
parent 8c2475192b
commit e9743ce97e
  1. 4
      plugins/mongodb/versions/7.0/centos.sh

@ -57,4 +57,6 @@ fi
if [ ! -d $serverPath/mongodb/bin ];then
mkdir -p $serverPath/mongodb
cd $MG_DIR/${FILE_NAME} && cp -rf ./bin $serverPath/mongodb
fi
fi
rm -rf ${MG_DIR}/${FILE_NAME}
Loading…
Cancel
Save