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