diff --git a/release_version.txt b/release_version.txt index 9cd7369..0395134 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.6.2F2,load eqt to research - fix +1.6.3,homestore /works/cvtt ownership moved to cvtt diff --git a/research/load_crypto_md.sh b/research/load_crypto_md.sh index 0760f88..37108a6 100755 --- a/research/load_crypto_md.sh +++ b/research/load_crypto_md.sh @@ -69,7 +69,7 @@ if [ "${host}" == "cloud21" ] ; then SourceRootDir="/opt/store/cvtt/md_archive/crypto/${source}" elif [ "${host}" == "homestore" ]; then SourceHost=homestore.cvtt.vpn - SourceUser=oleg + SourceUser=cvtt SourceRootDir=/works/cvtt/md_archive/crypto/${source} else usage diff --git a/research/load_eqty_md.sh b/research/load_eqty_md.sh index d70f9fc..fcb615a 100755 --- a/research/load_eqty_md.sh +++ b/research/load_eqty_md.sh @@ -110,7 +110,7 @@ if [ "${host}" == "cloud21" ] ; then SourceRootDir="/opt/store/cvtt/md_archive/equity/alpaca_md" elif [ "${host}" == "homestore" ]; then SourceHost=homestore.cvtt.vpn - SourceUser=oleg + SourceUser=cvtt SourceRootDir="/works/cvtt/md_archive/equity/alpaca_md" else usage