mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
Updated lbash.lua and lrsync.lau to remove the equals (=) from the settings directive.
This commit is contained in:
parent
5d2126a472
commit
f81e5d64d2
@ -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,
|
||||
|
@ -3,7 +3,7 @@
|
||||
--
|
||||
-- Simple example for default rsync.
|
||||
--
|
||||
settings = {
|
||||
settings {
|
||||
statusFile = "/tmp/lsyncd.stat",
|
||||
statusInterval = 1,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user