mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-13 21:12: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",
|
||||
"--safe-links", "--timeout=120", "--contimeout=120",
|
||||
}
|
||||
if overriddenOptions != nil {
|
||||
options = overriddenOptions
|
||||
if c.overriddenOptions != nil {
|
||||
options = c.overriddenOptions
|
||||
}
|
||||
|
||||
if c.useIPv6 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user