mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
populate rsync: use stderr
This commit is contained in:
parent
b74b0b958a
commit
c46166d407
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue