Update debian.sh

This commit is contained in:
midoks 2023-08-17 00:21:44 +08:00
parent 9d54f0b6cd
commit ed117a1b40
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if [ ! -f $MG_DIR/mongodb-linux-x86_64-debian10-${VERSION}.tgz ]; then
fi
if [ ! -d $MG_DIR/mongodb-linux-x86_64-debian10-${VERSION} ];then
cd $MG_DIR && tar -zxvf mongodb-linux-x86_64-debian10--${VERSION}.tgz
cd $MG_DIR && tar -zxvf mongodb-linux-x86_64-debian10-${VERSION}.tgz
fi
if [ ! -d $serverPath/mongodb/bin ];then