mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-15 05:52:43 +00:00
fix build
This commit is contained in:
parent
02468e21c0
commit
80ad3247a0
@ -57,8 +57,8 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) {
|
|||||||
"--delete", "--delete-after", "--delay-updates",
|
"--delete", "--delete-after", "--delay-updates",
|
||||||
"--safe-links", "--timeout=120", "--contimeout=120",
|
"--safe-links", "--timeout=120", "--contimeout=120",
|
||||||
}
|
}
|
||||||
if overriddenOptions != nil {
|
if c.overriddenOptions != nil {
|
||||||
options = overriddenOptions
|
options = c.overriddenOptions
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.useIPv6 {
|
if c.useIPv6 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user