Skip to content

Commit 5238482

Browse files
committed
Update entrypoint scripts to use gateway.sh instead of api-gateway.sh
1 parent 222dc7c commit 5238482

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)