Skip to content

Commit

Permalink
Merge pull request openebs-archive#140 from prateekpandey14/fix-apise…
Browse files Browse the repository at this point in the history
…rver-entrypoint

Fix maya-apiserver entrypint for container image
  • Loading branch information
kmova authored Oct 27, 2017
2 parents bfa0d0e + 2d06990 commit 9aa0887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/apiserver/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ MAYA_API_SERVER_NETWORK=$1
CONTAINER_IP_ADDR=$(ip -4 addr show scope global dev "${MAYA_API_SERVER_NETWORK}" | grep inet | awk '{print $2}' | cut -d / -f 1)

# Start apiserver service
exec /usr/local/bin/maya-apiserver start -bind="${CONTAINER_IP_ADDR}" 1>&2
exec /usr/local/bin/maya-apiserver start --bind="${CONTAINER_IP_ADDR}" 1>&2

0 comments on commit 9aa0887

Please sign in to comment.