Show image name while downloading it

Change-Id: I977695719d824308dd1c869ced6e91bd1179947c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
Zhijiang Hu 2018-01-10 22:01:25 -05:00
parent d55ec7e353
commit 7bd83aa4aa
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function kolla_install
imagename="kolla-image-$imagebranch-$imageversion.tgz"
sourcedir="/home/kolla_install/"
write_install_log "Begin copy images..."
write_install_log "Begin copy image, name:$imagename"
if [ ! -f "$imagedir/$imagename" ];then
mkdir -p $imagebakdir
cd $imagebakdir