This commit is contained in:
2024-08-09 22:43:44 -04:00
parent 969360642a
commit a610ab5462
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
Cmd="${Cmd} ${DockerImage}"
Cmd="${Cmd} -h ${host}"
Cmd="${Cmd} -d ${date}"
Cmd="${Cmd} -s coinbase,bnbspot,bnbfut"
# Cmd="${Cmd} -s coinbase,bnbspot"
# Cmd="${Cmd} -s coinbase,bnbspot,bnbfut"
Cmd="${Cmd} -s coinbase,bnbspot"
echo $Cmd
eval $Cmd