summaryrefslogtreecommitdiffstats
path: root/src/main/docker/start-kafkaOrMirrorMaker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/docker/start-kafkaOrMirrorMaker.sh')
-rw-r--r--src/main/docker/start-kafkaOrMirrorMaker.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/docker/start-kafkaOrMirrorMaker.sh b/src/main/docker/start-kafkaOrMirrorMaker.sh
deleted file mode 100644
index 9bb2b8a..0000000
--- a/src/main/docker/start-kafkaOrMirrorMaker.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [[ -n "$START_MIRROR_MAKER" && "$START_MIRROR_MAKER" = "YES" ]]; then
- exec start-mirrormaker.sh
- else
- exec start-kafka.sh
- fi \ No newline at end of file