fixes to archive md

This commit is contained in:
2023-12-06 16:21:59 -05:00
parent 5aa9bb323a
commit 5e7b3eaee2
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -6,10 +6,11 @@ export PYTHONPATH=${RootDir}
host=$(hostname)
if [ "${host}" == "cryptoval1" ]
ArchiveRootDir=/localdisk/cvtt/archive/md_archive
CredKey=TSDB_MD_CV1_RO
then
ArchiveRootDir=/localdisk/cvtt/archive/md_archive
CredKey=TSDB_MD_CV1
elif [ "${host}" == "cloud19.cryptovaltrading.com" ]
then
ArchiveRootDir=/opt/cvtt/archive/md_archive
CredKey=TSDB_MD_CLD19_RO
else
@@ -41,5 +42,3 @@ echo ${Cmd}
eval ${Cmd}
echo "${0} ${*} Done."