소스 검색

更新 'entrypoint.sh'

robert 5 년 전
부모
커밋
23d8ebfee1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -5,7 +5,7 @@ set -o pipefail
 
 
 mkdir -p /data/log/devlog/ /data/log/other/  /data/project/  /data/log/novelweb/
-chown resin:resin -R  /data 
+chown book:book -R  /data /var/resin/
 
 
 exec "$@"