Merge pull request #398 from mralexjuarez/master

Updated lbash.lua and lrsync.lau to remove the equals (=)
This commit is contained in:
Axel Kittenberger 2016-09-01 14:25:25 +02:00 committed by GitHub
commit b2da0ea6d2
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,
} }