diff --git a/examples/lbash.lua b/examples/lbash.lua index 9ac49bb..5226f4d 100644 --- a/examples/lbash.lua +++ b/examples/lbash.lua @@ -4,7 +4,7 @@ -- This example uses local bash commands to keep two local -- directory trees in sync. -- -settings = { +settings { logfile = "/tmp/lsyncd.log", statusFile = "/tmp/lsyncd.stat", statusIntervall = 1, diff --git a/examples/lrsync.lua b/examples/lrsync.lua index db23982..ed5c970 100644 --- a/examples/lrsync.lua +++ b/examples/lrsync.lua @@ -3,7 +3,7 @@ -- -- Simple example for default rsync. -- -settings = { +settings { statusFile = "/tmp/lsyncd.stat", statusInterval = 1, }