소스 검색

Update nextcloudpi-v5.sh

check path to update host
tteckster 2 년 전
부모
커밋
4d83642522
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ct/nextcloudpi-v5.sh

+ 1 - 1
ct/nextcloudpi-v5.sh

@@ -92,7 +92,7 @@ if command -v pveversion >/dev/null 2>&1; then
   fi
 fi
 if ! command -v pveversion >/dev/null 2>&1; then
-  if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then
+  if [[ ! -f /lib/systemd/system/nextcloud-domain.service ]]; then
     msg_error "No ${APP} Installation Found!";
     exit 
   fi