Browse Source

[CI SKIP]

robert 3 năm trước cách đây
mục cha
commit
eacf517da2
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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 "$@"