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

Fixed typos

This commit is contained in:
deajan 2018-10-10 01:31:12 +02:00
parent 7eb4ee68ae
commit 9cb6cc57af

View File

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