Fixed intentation

This commit is contained in:
deajan 2019-05-22 19:33:09 +02:00
parent 971ea2b358
commit c6876924c7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"