mirror of
https://github.com/tuna/tunasync.git
synced 2025-12-25 22:02:46 +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",
|
||||
"--safe-links", "--timeout=120", "--contimeout=120",
|
||||
}
|
||||
if overriddenOptions != nil {
|
||||
options = overriddenOptions
|
||||
if c.overriddenOptions != nil {
|
||||
options = c.overriddenOptions
|
||||
}
|
||||
|
||||
if c.useIPv6 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue