populate rsync: use stderr

This commit is contained in:
tv 2018-09-13 21:41:00 +02:00
parent b74b0b958a
commit c46166d407
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ let
optionalString (!isLocalTarget target) optionalString (!isLocalTarget target)
"${target.user}@${target.host}:" + "${target.user}@${target.host}:" +
target.path target.path
)} )} \
>&2
''; '';
shell' = target: script: shell' = target: script: