소스 검색

[CI SKIP]

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

+ 12 - 0
entrypoint.sh

@@ -0,0 +1,12 @@
+#!/bin/bash
+
+set -e
+set -o pipefail
+
+rm -f /app/soft/flume-1.7.0/logs/*
+
+sed -i 's/nodaemon=false/nodaemon=true/g' /etc/supervisord.conf
+
+
+
+exec "$@"