This commit is contained in:
Axel Kittenberger 2010-10-27 11:39:00 +00:00
parent 297f110d1f
commit 844ae1b65e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
--
if lsyncd_version then
-- checks if the runner is being loaded twice
print("You cannot use the lsyncd runner as configuration file!")
io.stderr:write("You cannot use the lsyncd runner as configuration file!\n")
os.exit(-1)
end
lsyncd_version = "2.0beta1"