소스 검색

fix installer

blezz-tech 2 달 전
부모
커밋
501afed7aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/install.sh

+ 1 - 1
bin/install.sh

@@ -77,7 +77,7 @@ else
 fi
 
 # Checking for sharix_open.service
-if [ -f sharix_open.service ]; then
+if [ -f conf/sharix_open.service ]; then
     echo "File sharix_open.service already exists"
 else
     cp conf/sharix_open.service.example conf/sharix_open.service