Skip to content

Commit d4c0d62

Browse files
authored
Merge pull request #546 from kavindasr/change-script-name
Update entrypoint scripts to use gateway.sh instead of api-gateway.sh
2 parents 222dc7c + 5238482 commit d4c0d62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dockerfiles/alpine/apim-universal-gw/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ test -d ${artifact_volume} && [[ "$(ls -A ${artifact_volume})" ]] && cp -RL ${ar
5656

5757
# start WSO2 Carbon server
5858
echo "Start WSO2 Carbon server" >&2
59-
sh ${WSO2_SERVER_HOME}/bin/api-gateway.sh "$@"
59+
sh ${WSO2_SERVER_HOME}/bin/gateway.sh "$@"

dockerfiles/rocky/apim-universal-gw/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ test -d ${artifact_volume} && [[ "$(ls -A ${artifact_volume})" ]] && cp -RL ${ar
5656

5757
# start WSO2 Carbon server
5858
echo "Start WSO2 Carbon server" >&2
59-
sh ${WSO2_SERVER_HOME}/bin/api-gateway.sh "$@"
59+
sh ${WSO2_SERVER_HOME}/bin/gateway.sh "$@"

dockerfiles/ubuntu/apim-universal-gw/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ test -d ${artifact_volume} && [[ "$(ls -A ${artifact_volume})" ]] && cp -RL ${ar
5656

5757
# start WSO2 Carbon server
5858
echo "Start WSO2 Carbon server" >&2
59-
sh ${WSO2_SERVER_HOME}/bin/api-gateway.sh "$@"
59+
sh ${WSO2_SERVER_HOME}/bin/gateway.sh "$@"

0 commit comments

Comments
 (0)