mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-02-02 11:58:25 +00:00
fixing test
This commit is contained in:
parent
a0bdc8778d
commit
dbe9935328
@ -12,10 +12,10 @@ local cfgfile = tdir .. "config.lua"
|
|||||||
local logs = {"-log", "all" }
|
local logs = {"-log", "all" }
|
||||||
|
|
||||||
writefile(cfgfile, [[
|
writefile(cfgfile, [[
|
||||||
settings = {
|
settings {
|
||||||
logfile = "]]..logfile..[[",
|
logfile = "]]..logfile..[[",
|
||||||
log = all,
|
log = all,
|
||||||
nodaemon = true,
|
nodaemon = true,
|
||||||
maxProcesses = 1
|
maxProcesses = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user