More explicit stop on error explanantion

pull/194/head
deajan 2020-04-29 11:31:44 +01:00
parent 38190c6139
commit 844e08f92f
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ REMOTE_RUN_AFTER_CMD=""
MAX_EXEC_TIME_PER_CMD_BEFORE=0 MAX_EXEC_TIME_PER_CMD_BEFORE=0
MAX_EXEC_TIME_PER_CMD_AFTER=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 STOP_ON_CMD_ERROR=true
## Run local and remote after sync commands even on failure ## Run local and remote after sync commands even on failure