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