From a445eb53dbb6619070d915b1c97c9c4863429a8a Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 2 Dec 2016 15:19:55 +0100 Subject: [PATCH] . --- faq/postscript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/postscript/index.md b/faq/postscript/index.md index 03df36f..698d098 100644 --- a/faq/postscript/index.md +++ b/faq/postscript/index.md @@ -1,6 +1,6 @@ --- layout: default -title: FAQ: How can I call a script after each rsync operation? +title: "FAQ: How can I call a script after each rsync operation?" --- The issue with this quite frequent request is, by itself it complicates error handling a lot. What should Lsyncd do, when the script fails that it ought to run after each rsync call? If it should recall the post script it would require a new state for each rsync event which would complicate Lsyncd code quite a bit.