Fixed intentation
This commit is contained in:
parent
971ea2b358
commit
c6876924c7
|
@ -2874,7 +2874,7 @@ function SyncOnChanges {
|
|||
exit 1
|
||||
fi
|
||||
watchDirectory="$TARGET_SYNC_DIR"
|
||||
Logger "#### Running $PROGRAM in target helper file monitor mode." "NOTICE"
|
||||
Logger "#### Running $PROGRAM in target helper file monitor mode." "NOTICE"
|
||||
fi
|
||||
|
||||
while true; do
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
###### osync - Rsync based two way sync engine with fault tolerance
|
||||
###### (C) 2013-2017 by Orsiris de Jong (www.netpower.fr)
|
||||
###### osync-target-helper v1.2.2+ config file rev 2017061901
|
||||
|
||||
## ---------- GENERAL OPTIONS
|
||||
CONFIG_FILE_REVISION=1.3.0
|
||||
|
||||
## Sync job identification
|
||||
INSTANCE_ID="sync_test"
|
||||
|
|
Loading…
Reference in New Issue