diff --git a/lib/copy/action b/lib/copy/action index 95bbb4a..a4589dd 100644 --- a/lib/copy/action +++ b/lib/copy/action @@ -44,7 +44,7 @@ copyFiles_action() { destfileid=${rest%%::AtOM:SQL:Sep::*} rest=${rest#*::AtOM:SQL:Sep::} (( count++ )) - printf '\b\b\b\b%3i%%' $(( (count * 100) / ${#copyfiles[@]} )) + (( cron )) || printf '\b\b\b\b%3i%%' $(( (count * 100) / ${#copyfiles[@]} )) if [ -n "${renamepath["$destination"]}" ] then destdir="$(guessPath)" || continue