fixes to archive md
This commit is contained in:
parent
5aa9bb323a
commit
5e7b3eaee2
@ -1 +1 @@
|
||||
0.3.3
|
||||
0.3.4
|
||||
|
||||
@ -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."
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user