From 56ae546ca175364ecf766bbd7ee478ce380ffeba Mon Sep 17 00:00:00 2001 From: kompotkot Date: Sat, 1 Feb 2025 13:26:26 +0000 Subject: [PATCH] Fix deploy log for nb --- nodebalancer/deploy/deploy.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodebalancer/deploy/deploy.bash b/nodebalancer/deploy/deploy.bash index f8de1f1c..2be1c469 100755 --- a/nodebalancer/deploy/deploy.bash +++ b/nodebalancer/deploy/deploy.bash @@ -49,7 +49,7 @@ AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws echo echo -log_handler "Retrieve nodebalancer contracts config" +echo -e "${PREFIX_INFO} Retrieve nodebalancer contracts config" AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" aws ssm get-parameter --name "NB_CONTRACTS_CONFIG_JSON" --output text --query Parameter.Value > "${NB_CONTRACTS_CONFIG_PATH}" echo