debugging crypto_md_day

This commit is contained in:
2024-08-08 20:51:45 -04:00
parent 939cc0197d
commit 969360642a
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