Extra subtraction
This commit is contained in:
parent
c5fc9d2794
commit
ace99d0d25
|
@ -175,7 +175,6 @@ if (( no_of_local_shares < 3 )); then
|
|||
else
|
||||
no_of_local_shares=$((no_of_local_shares - 2))
|
||||
fi
|
||||
no_of_local_shares=$((no_of_shares - 2))
|
||||
fi
|
||||
|
||||
if (( no_of_local_shares < 3 )); then
|
||||
|
|
Loading…
Reference in New Issue