From 9cb6cc57af029a85b838fdbd0eba85510650f939 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 10 Oct 2018 01:31:12 +0200 Subject: [PATCH] Fixed typos --- 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 4c8a024..782d448 100644 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -712,7 +712,7 @@ function UnlockReplicas { fi if [ "$targetPid" -ne 0 ]; then if [ "$unlockPids" -ne 0 ]; then - unlockPids"$unlockPids;$targetPid" + unlockPids="$unlockPids;$targetPid" else unlockPids="$targetPid" fi