From 929953c1c44bc862d0d54c81b5e9aa064ba98495 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Tue, 20 Aug 2024 21:48:45 -0400 Subject: [PATCH] fix executor start --- docker/trading/executor/start_docker_executor.sh | 5 ----- release_version.txt | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docker/trading/executor/start_docker_executor.sh b/docker/trading/executor/start_docker_executor.sh index 3855eea..22571bc 100755 --- a/docker/trading/executor/start_docker_executor.sh +++ b/docker/trading/executor/start_docker_executor.sh @@ -40,13 +40,8 @@ done echo "ConfigServer=${ConfigServer}" echo "ActiveExchanges=${ActiveExchanges}" -echo "Book=${Book}" echo "AdminPort=${AdminPort}" -if [ "${Book}" == "" ]; then - echo "Book is missing" - usage -fi ImageName=risk_mgr DockerRegistry=cloud21.cvtt.vpn:5500 diff --git a/release_version.txt b/release_version.txt index 34771c9..88cb0f4 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.5.5A,executor start added +1.5.6,fix executor start