Update debian.sh
This commit is contained in:
parent
9d54f0b6cd
commit
ed117a1b40
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue