mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
fixing test
This commit is contained in:
parent
ac82ea4708
commit
ac5ef0474e
@ -19,12 +19,12 @@ log = {'-log', 'all'}
|
||||
writefile(cfgfile, [[
|
||||
settings {
|
||||
logfile = ']]..logfile..[[',
|
||||
nodaemon = true,
|
||||
delay = 3,
|
||||
nodaemon = true
|
||||
}
|
||||
|
||||
sync {
|
||||
default.rsyncssh,
|
||||
delay = 3,
|
||||
host = 'localhost',
|
||||
source = ']]..srcdir..[[',
|
||||
targetdir = ']]..trgdir..[[',
|
||||
|
Loading…
Reference in New Issue
Block a user