Extra subtraction

This commit is contained in:
Bob Mottram 2015-07-04 17:00:11 +01:00
parent c5fc9d2794
commit ace99d0d25
1 changed files with 0 additions and 1 deletions

View File

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