scripts/rsynchydra: fix specifying target directory

This commit is contained in:
Trolli Schmittlauch 2024-12-17 17:37:43 +01:00
parent 8246c459b8
commit ece12bce76

View file

@ -79,6 +79,7 @@
rsynchydra() {
_parse_rsync_args "$@"
_do_rsync "$RR_FROM" "hydra01" "$RR_TARGET"
# the name of RR_TO is a bit misleading, it just describes the 2nd positional arg here
_do_rsync "$RR_FROM" "hydra01" "$RR_TO"
}
''