From efeb66581832ae3f2b9f71f280dd26fe19686a29 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 20 May 2019 12:11:30 +0200 Subject: [PATCH] Fixed typo generating bogus resume actions --- dev/n_osync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index 25559eb..3e5d59c 100644 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -2139,7 +2139,7 @@ function Sync { echo "${SYNC_ACTION[9]}" > "${INITIATOR[$__initiatorLastActionFile]}" echo "${SYNC_ACTION[9]}" > "${INITIATOR[$__targetLastActionFile]}" resumeInitiator="${SYNC_ACTION[9]}" - resumeTarget="${SYNC_ACTION[3]}" + resumeTarget="${SYNC_ACTION[9]}" fi fi