1
0
mirror of https://cgit.krebsco.de/krops synced 2024-06-02 14:13:31 +02:00

populate rsync: use stderr

This commit is contained in:
tv 2018-09-13 21:41:00 +02:00
parent b74b0b958a
commit c46166d407

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: