浏览代码

[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 "$@"