From 809db9e8d4def7c162018eeedb57ea97b663b7f7 Mon Sep 17 00:00:00 2001 From: David Garvey Date: Wed, 31 Jul 2024 13:12:41 +0200 Subject: [PATCH] tidy --- deployments/tyk/bootstrap.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/deployments/tyk/bootstrap.sh b/deployments/tyk/bootstrap.sh index 9247b50d..574d8c32 100755 --- a/deployments/tyk/bootstrap.sh +++ b/deployments/tyk/bootstrap.sh @@ -195,17 +195,6 @@ fi log_ok bootstrap_progress -# eval $(generate_docker_compose_command) up -d --no-deps --force-recreate tyk-dashboard tyk-gateway tyk-gateway-2 -# # if there are gateways from other deployments connecting to this deployment -# # (such as MDCB), then they must be recreated to. The MDCB deployment already -# # handles recreation. -# if [ "$?" != "0" ]; then -# echo "ERROR: Could not recreate containers" -# exit 1 -# fi - - - log_message "Recreating containers to load new certificates" eval $(generate_docker_compose_command) up -d --no-deps --force-recreate tyk-dashboard tyk-gateway tyk-gateway-2 # pause to allow logs to capture any payload signature errors @@ -240,7 +229,6 @@ while true; do sleep 3 # Wait for 3 seconds before checking again done - log_ok bootstrap_progress