Updated lbash.lua and lrsync.lau to remove the equals (=) from the settings directive.

This commit is contained in:
Alex Juarez 2016-08-31 10:46:38 -05:00
parent 5d2126a472
commit f81e5d64d2
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
-- This example uses local bash commands to keep two local -- This example uses local bash commands to keep two local
-- directory trees in sync. -- directory trees in sync.
-- --
settings = { settings {
logfile = "/tmp/lsyncd.log", logfile = "/tmp/lsyncd.log",
statusFile = "/tmp/lsyncd.stat", statusFile = "/tmp/lsyncd.stat",
statusIntervall = 1, statusIntervall = 1,

View File

@ -3,7 +3,7 @@
-- --
-- Simple example for default rsync. -- Simple example for default rsync.
-- --
settings = { settings {
statusFile = "/tmp/lsyncd.stat", statusFile = "/tmp/lsyncd.stat",
statusInterval = 1, statusInterval = 1,
} }