catalyst-auto-sparc64.conf: add line wraps

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2019-01-08 20:44:56 -06:00
parent 33e1d442a5
commit fe0c440967
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -47,11 +47,11 @@ update_symlinks() {
}
upload() {
rsync -e 'ssh -i /root/.ssh/id_rsa'
-a
--omit-dir-times
--delay-updates
"$@"
rsync -e 'ssh -i /root/.ssh/id_rsa' \
-a \
--omit-dir-times \
--delay-updates \
"$@" \
sparc@nightheron.gentoo.org:
}