unzip with override

This commit is contained in:
cpi 2019-08-22 13:15:13 +00:00
parent 818916e0fb
commit 852610914d

View File

@ -104,7 +104,7 @@ class DownloadProcessPage(Page):
if filename.endswith(".zip"):
os.chdir(self._DST_DIR)
os.system( "unzip " + filename )
os.system( "unzip -o " + filename )
elif filename.endswith(".zsync"):
os.chdir(self._DST_DIR)