Fixed typos

This commit is contained in:
deajan 2018-10-10 01:31:12 +02:00
parent 7eb4ee68ae
commit 9cb6cc57af
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ function UnlockReplicas {
fi fi
if [ "$targetPid" -ne 0 ]; then if [ "$targetPid" -ne 0 ]; then
if [ "$unlockPids" -ne 0 ]; then if [ "$unlockPids" -ne 0 ]; then
unlockPids"$unlockPids;$targetPid" unlockPids="$unlockPids;$targetPid"
else else
unlockPids="$targetPid" unlockPids="$targetPid"
fi fi