adjust deployiso

This commit is contained in:
Bernhard Landauer 2017-07-04 22:20:30 +02:00
parent b0623173e9
commit 321fd5a5b1
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ import ${LIBDIR}/util.sh
import ${LIBDIR}/util-publish.sh
show_profile(){
profile="$1"
prepare_transfer "$1"
info "Profile: [$1]"
msg2 "src_dir: ${src_dir}"

View file

@ -48,7 +48,7 @@ prepare_transfer(){
sync_dir(){
prepare_transfer "$1"
msg "Start upload [%s] ..." "$1"
msg "Start upload [%s] --> [${project}] ..." "${profile}"
rsync ${rsync_args[*]} ${src_dir}/ ${url}/${target_dir}/
msg "Done upload [%s]" "$1"
show_elapsed_time "${FUNCNAME}" "${timer_start}"