From 844e08f92f293877ca95520bc4b2bbc6e0680dd9 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 29 Apr 2020 11:31:44 +0100 Subject: [PATCH] More explicit stop on error explanantion --- sync.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.conf.example b/sync.conf.example index a36cb58..d0548ee 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -213,7 +213,7 @@ REMOTE_RUN_AFTER_CMD="" MAX_EXEC_TIME_PER_CMD_BEFORE=0 MAX_EXEC_TIME_PER_CMD_AFTER=0 -## Stops osync execution if one of the above commands fail +## Stops osync execution if one of the above before commands fail STOP_ON_CMD_ERROR=true ## Run local and remote after sync commands even on failure