From f81e5d64d25df077b69057af4b605adb76faeff1 Mon Sep 17 00:00:00 2001 From: Alex Juarez Date: Wed, 31 Aug 2016 10:46:38 -0500 Subject: [PATCH] Updated lbash.lua and lrsync.lau to remove the equals (=) from the settings directive. --- examples/lbash.lua | 2 +- examples/lrsync.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, }