Skip to content

Commit

Permalink
Update bitnami/kong/3/debian-12/rootfs/opt/bitnami/scripts/libkong.sh
Browse files Browse the repository at this point in the history
Keep prefix parameter

Signed-off-by: Gonzalo Gómez Gracia <gongomgra@users.noreply.github.com>
  • Loading branch information
gongomgra authored Jul 22, 2024
1 parent d997c72 commit 7b97e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ is_kong_not_running() {
kong_stop() {
local -r retries=5
local -r sleep_time=5
kong stop
kong stop -p "$KONG_PREFIX"
if ! retry_while is_kong_not_running "$retries" "$sleep_time"; then
error "Kong failed to shut down"
exit 1
Expand Down

0 comments on commit 7b97e9b

Please sign in to comment.