2
0
mirror of https://github.com/deajan/osync synced 2024-11-03 15:40:14 +00:00

Fixed typo

This commit is contained in:
deajan 2016-08-30 13:58:03 +02:00
parent d27aed1c09
commit 57759e1758

View File

@ -10,8 +10,8 @@ TESTS_DIR="$DEV_DIR/tests"
OSYNC_EXECUTABLE="n_osync.sh"
INITIATOR_DIR="$TEST_DIR/opt/osync/initiator"
TARGET_DIR="$TEST_DIR/opt/osync/target"
INITIATOR_DIR="$TESTS_DIR/opt/osync/initiator"
TARGET_DIR="$TESTS_DIR/opt/osync/target"
OSYNC_STATE_DIR=".osync_workdir/state"
function CreateReplicas () {