소스 검색

Extra subtraction

Bob Mottram 10 년 전
부모
커밋
ace99d0d25
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/freedombone-keydrive

+ 0
- 1
src/freedombone-keydrive 파일 보기

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