[util-publish] show target project

This commit is contained in:
Bernhard Landauer 2018-04-14 20:11:30 +02:00
parent 0688a642e8
commit 0aef777dd8

View file

@ -51,7 +51,7 @@ sync_dir(){
cont=1 cont=1
max_cont=10 max_cont=10
prepare_transfer "$1" prepare_transfer "$1"
msg "Start upload [%s] ..." "$1" msg "Start upload [%s] to [%s] ..." "$1" "${project}"
while [[ $cont -le $max_cont ]]; do while [[ $cont -le $max_cont ]]; do
rsync ${rsync_args[*]} ${src_dir}/ ${url}/${target_dir}/ rsync ${rsync_args[*]} ${src_dir}/ ${url}/${target_dir}/
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then