diff options
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-update b/bin/db-update index f304d7b..d62497e 100755 --- a/bin/db-update +++ b/bin/db-update @@ -243,7 +243,7 @@ move_packages() { # move the packages remotely via sftp - ( + { while read -r package; do if [ -z "${package}" ]; then @@ -264,7 +264,7 @@ move_packages() { done < \ "${tmp_dir}/tmp/packages" echo 'quit' - ) | \ + } | \ if ${no_action}; then sed 's|^|sftp: |' else |