From f39da158855d9346a129b0552b15c86ceb0f0df3 Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Sat, 28 Oct 2017 05:49:16 -0400 Subject: Bugfix for using sha512sum to check kolla image Change-Id: I26c6fc8a104752c3e65d5b6a19403692493ab44a Signed-off-by: Zhijiang Hu --- code/makefile_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh index 524a9196..16988a64 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -95,7 +95,7 @@ function check_or_download_file_sha512sum() wget --progress=dot:giga ${file_url} fi - if [ ! -z ${sha512sum_url_url} ]; then + if [ ! -z ${sha512sum_url} ]; then rm -f $(basename ${sha512sum_url}) wget ${sha512sum_url} sha512sum -c $(basename ${sha512sum_url}) -- cgit 1.2.3-korg