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