changed screen output

This commit is contained in:
Michael Krayer 2023-07-26 16:45:25 +02:00
parent 83866d08fd
commit 80582eaf4e
1 changed files with 1 additions and 1 deletions

View File

@ -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}]=$!