From 80582eaf4e1bde2aa7031ee83d3950971b8f4424 Mon Sep 17 00:00:00 2001 From: Michael Krayer Date: Wed, 26 Jul 2023 16:45:25 +0200 Subject: [PATCH] changed screen output --- bwdatar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]=$!