diff options
author | Yao Lu <lu.yao135@zte.com.cn> | 2016-11-15 15:57:43 +0800 |
---|---|---|
committer | Yao Lu <lu.yao135@zte.com.cn> | 2016-11-15 15:57:43 +0800 |
commit | ea6faedd90a7743829fc2f44b44c8427b040e9d6 (patch) | |
tree | 8dc0d8d2a5bfdf08c569c85b7fc22f724c7b76b9 /code/makefile_patch.sh | |
parent | 615a2f2822aa47b66217a17373146ea7428837e1 (diff) |
add map with local and docker path /home/cache
Change-Id: I7f3ad5c7c7f70a14b7efd6e27c9958b1e396eef0
Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
Diffstat (limited to 'code/makefile_patch.sh')
-rwxr-xr-x | code/makefile_patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh index 052b222a..f4ee9184 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -18,7 +18,7 @@ if [ ! -f $CACHE_PATH/registry-mitaka-latest.tgz ]; then wget -P $CACHE_PATH "http://daisycloud.org/static/files/registry-mitaka-latest.tgz" fi if [ ! -f $CACHE_PATH/registry-server.tar ]; then - wget -P $CACHE_PATH "wget http://daisycloud.org/static/files/registry-server.tar" + wget -P $CACHE_PATH "http://daisycloud.org/static/files/registry-server.tar" fi cp $CACHE_PATH/CentOS-7-x86_64-Minimal-1511.iso $TOOLS_PATH/setup/bin_temp/ cp $CACHE_PATH/registry-mitaka-latest.tgz $TOOLS_PATH/setup/bin_temp/ |