Skip to content

Commit 4777ceb

Browse files
authored
Merge branch 'master' into M6-492
2 parents 0c8a87c + 9d8ea84 commit 4777ceb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.4.6

mongodb_consistent_backup/Common/LocalCommand.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ def parse_output(self):
5050

5151
def run(self):
5252
try:
53-
cmd = " ".join(["pwd" ]+ ["&&"] + self.admin_command_line + ["&&"] + self.config_command_line + ["&&"] + self.command_line)
54-
print(cmd)
53+
cmd = " ".join(["export GZIP=-1" ]+ ["&&"] + self.admin_command_line + ["&&"] + self.config_command_line + ["&&"] + self.command_line)
5554
self._process = Popen(cmd, stdout=PIPE, stderr=PIPE,shell= True)
5655
while self._process.poll() is None:
5756
self.parse_output()

0 commit comments

Comments
 (0)