mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-12 14:17:47 +00:00
fixing compile errors
This commit is contained in:
parent
9106f81c4a
commit
6d4149acdc
@ -94,7 +94,7 @@ default.rsyncssh = {
|
||||
config.ssh.binary,
|
||||
'<', table.concat(paths, config.xargs.delimiter),
|
||||
params,
|
||||
config.ssh._xparams
|
||||
config.ssh._xparams,
|
||||
config.host,
|
||||
config.xargs.binary,
|
||||
config.xargs._xparams
|
||||
@ -343,7 +343,7 @@ default.rsyncssh = {
|
||||
|
||||
--
|
||||
-- if set connect to this port
|
||||
port = nil
|
||||
port = nil,
|
||||
|
||||
--
|
||||
-- extra parameters
|
||||
|
Loading…
Reference in New Issue
Block a user