Skip to content
Snippets Groups Projects
Commit ace99d0d authored by Bob Mottram's avatar Bob Mottram
Browse files

Extra subtraction

parent c5fc9d27
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment