소스 검색

Removed duplicate variable definition

Michael Honkoop 1 주 전
부모
커밋
cd5be30a4c
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      localchecks/nextcloud-updates.sh

+ 0 - 3
localchecks/nextcloud-updates.sh

@@ -57,9 +57,6 @@ SERVICE="NextCloud"
 #  1 → XX        (major only)
 VERSION_FIELDS=2
 
-# Service name
-SERVICE="NextCloud"
-
 ######################
 # The code below should not be changed, unless you know EXACTLY what you are doing.
 # All configureable parameters are above this section.