summaryrefslogtreecommitdiff
path: root/tsp/scripts/download_image.py
diff options
context:
space:
mode:
Diffstat (limited to 'tsp/scripts/download_image.py')
-rwxr-xr-xtsp/scripts/download_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsp/scripts/download_image.py b/tsp/scripts/download_image.py
index f3d7a6a..895ea5c 100755
--- a/tsp/scripts/download_image.py
+++ b/tsp/scripts/download_image.py
@@ -197,7 +197,7 @@ class ImageDownloader:
def get(self, urls, md5sum):
while True:
- subprocess.call(["wget", "-c"] + urls)
+ subprocess.call(["wget", "-cq"] + urls)
if not self.check_md5(md5sum):
break
time.sleep(60)