-q: fix output for file copy
This commit is contained in:
parent
abb87fd3a1
commit
e7a2c00f2b
@ -44,7 +44,7 @@ copyFiles_action() {
|
|||||||
destfileid=${rest%%::AtOM:SQL:Sep::*}
|
destfileid=${rest%%::AtOM:SQL:Sep::*}
|
||||||
rest=${rest#*::AtOM:SQL:Sep::}
|
rest=${rest#*::AtOM:SQL:Sep::}
|
||||||
(( count++ ))
|
(( count++ ))
|
||||||
printf '\b\b\b\b%3i%%' $(( (count * 100) / ${#copyfiles[@]} ))
|
(( cron )) || printf '\b\b\b\b%3i%%' $(( (count * 100) / ${#copyfiles[@]} ))
|
||||||
if [ -n "${renamepath["$destination"]}" ]
|
if [ -n "${renamepath["$destination"]}" ]
|
||||||
then
|
then
|
||||||
destdir="$(guessPath)" || continue
|
destdir="$(guessPath)" || continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user