Improved example config file comments
This commit is contained in:
parent
7ed547786f
commit
5870003c73
|
@ -1,5 +1,5 @@
|
|||
###### osync - Rsync based two way sync engine with fault tolerance
|
||||
###### (C) 2013-2019 by Orsiris de Jong (www.netpower.fr)
|
||||
###### (C) 2013-2020 by Orsiris de Jong (www.netpower.fr)
|
||||
|
||||
[GENERAL]
|
||||
CONFIG_FILE_REVISION=1.3.0
|
||||
|
@ -202,7 +202,7 @@ SMTP_PASSWORD=
|
|||
|
||||
[EXECUTION_HOOKS]
|
||||
|
||||
## Commands can will be run before and / or after sync process (remote execution will only happen if REMOTE_OPERATION is set).
|
||||
## Commands can will be run before and / or after sync process
|
||||
LOCAL_RUN_BEFORE_CMD=""
|
||||
LOCAL_RUN_AFTER_CMD=""
|
||||
|
||||
|
|
Loading…
Reference in New Issue