From 087e536bdf55c59f2ac5f7ad0748f8291a3c602f Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Wed, 14 Aug 2024 15:31:42 -0400 Subject: [PATCH] progress --- docker/crypto_md_day.sh | 2 +- release_version.txt | 2 +- research/load_crypto_md.sh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/crypto_md_day.sh b/docker/crypto_md_day.sh index c9f6259..e16b1d3 100755 --- a/docker/crypto_md_day.sh +++ b/docker/crypto_md_day.sh @@ -14,7 +14,7 @@ Cmd="docker run" Cmd="${Cmd} --pull=always" Cmd="${Cmd} --network=host" Cmd="${Cmd} --name=crypto_md_day.${host}.${date}" -# Cmd="${Cmd} --rm" +Cmd="${Cmd} --rm" Cmd="${Cmd} ${DockerImage}" Cmd="${Cmd} -h ${host}" Cmd="${Cmd} -d ${date}" diff --git a/release_version.txt b/release_version.txt index adac76e..092fad7 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.4.5,start md_portal detached +1.4.6,removing containers for crypto_md_day diff --git a/research/load_crypto_md.sh b/research/load_crypto_md.sh index 0cf4d6d..0760f88 100755 --- a/research/load_crypto_md.sh +++ b/research/load_crypto_md.sh @@ -126,6 +126,5 @@ function download_file { chmod 600 ${TargetFilePath} ls -lh ${TargetFilePath} - } download_file