X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=blobdiff_plain;f=source%2Fsteps%2FInstallBootstrapFS.py;h=06f9807d4ab0af1648b85c7ad4aa4a53a4eb6ef0;hp=9180e55dcdac21e25f41196a52c4c1c30aef75b3;hb=1e11592251ab599965bb7dc88b631d14e9be1a60;hpb=d531cfaf5185ca1e74a5f15c2e3b1254968200de diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 9180e55..06f9807 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -142,8 +142,8 @@ def Run(vars, log): # Download SHA1 checksum file log.write("downloading sha1sum for {}\n".format(source_file)) result = bs_request.DownloadFile(source_hash_file, None, None, - 1, 1, dest_hash_file, - 30, 14400) + 1, 1, dest_hash_file, + 30, 14400) log.write("verifying sha1sum for {}\n".format(source_file)) if not utils.check_file_hash(dest_file, dest_hash_file):