diff --git a/bwdatar b/bwdatar index 5a57a88..22bee3a 100755 --- a/bwdatar +++ b/bwdatar @@ -256,7 +256,7 @@ elif [[ ${scriptmode} == 'push' ]]; then pid_tar=$! # Start upload tasks pid_upload=() - echo $nchunk_est + echo "Splitting into $nchunk_est chunks" for (( ii=0;ii<${nchunk_est}-1;ii++ )); do upload_to_bwda ${file_upload[${ii}]} ${bytes_split} & pid_upload[${ii}]=$!