Explorar el Código

Extra subtraction

Bob Mottram hace 9 años
padre
commit
ace99d0d25
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/freedombone-keydrive

+ 0
- 1
src/freedombone-keydrive Ver fichero

@@ -175,7 +175,6 @@ if (( no_of_local_shares < 3 )); then
175 175
     else
176 176
         no_of_local_shares=$((no_of_local_shares - 2))
177 177
     fi
178
-    no_of_local_shares=$((no_of_shares - 2))
179 178
 fi
180 179
 
181 180
 if (( no_of_local_shares < 3 )); then