소스 검색

更新 'entrypoint.sh'

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

+ 1 - 1
entrypoint.sh

@@ -3,6 +3,6 @@
 set -e
 set -o pipefail
 
-chmod +x /root/flask_zbx_tools/start.sh
+chmod +x /app/soft/flask_zbx_tools/start.sh
 
 exec "$@"