fix executor start

This commit is contained in:
Oleg Sheynin 2024-08-20 21:48:45 -04:00
parent e562716b73
commit 2f8a763984
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
1.5.5A,executor start added
1.5.6,fix executor start