From b0875f43fc290231ae1da33943bd4982104b9ff3 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 5 Jul 2010 07:13:02 +0000 Subject: [PATCH] bugfix --- source/steps/InstallBootstrapFS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 1df89fb..0bd8c2e 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -132,7 +132,7 @@ def Run( vars, log ): if result: # Download SHA1 checksum file result = bs_request.DownloadFile( source_hash_file, None, None, - 1, 1, dest_hashfile, + 1, 1, dest_hash_file, 30, 14400) if not utils.check_file_hash(dest_file, dest_hash_file): -- 2.43.0