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