Skip to content

Commit

Permalink
fix for cloudstax#69
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzl0ver authored Aug 15, 2018
1 parent 2422c2d commit e2e9be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/kafkamanager/1.3.3/dockerfile/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
# for now, simply pass all configs in env variables. later, we may put all configs in service.conf
if [ "$CONTAINER_PLATFORM" = "ecs" -o "$CONTAINER_PLATFORM" = "swarm" ]; then
# select one service member, update member dns and write the member dns name to /etc/firecamp-member.
/firecamp-selectmember -cluster=$CLUSTER -service-name=$SERVICE_NAME -container-platform=$CONTAINER_PLATFORM
/kafka-manager-${KM_VERSION}/firecamp-selectmember -cluster=$CLUSTER -service-name=$SERVICE_NAME -container-platform=$CONTAINER_PLATFORM

# load member configs
. /etc/firecamp-member
Expand Down

0 comments on commit e2e9be3

Please sign in to comment.