mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-07 09:04:05 +00:00
Merge pull request #398 from mralexjuarez/master
Updated lbash.lua and lrsync.lau to remove the equals (=)
This commit is contained in:
commit
b2da0ea6d2
@ -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,
|
||||||
|
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user