Compare commits

..

1 Commits

Author SHA1 Message Date
oleg 969360642a debugging crypto_md_day 2024-08-08 20:51:45 -04:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -14,11 +14,12 @@ 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}"
Cmd="${Cmd} -s coinbase,bnbspot,bnbfut"
# Cmd="${Cmd} -s coinbase,bnbspot"
echo $Cmd
eval $Cmd
+1 -1
View File
@@ -1 +1 @@
1.3.8,build release script updated
1.3.9,debugging crypto_md_day