homestore /works/cvtt ownership moved to cvtt

This commit is contained in:
Oleg Sheynin 2024-09-02 16:28:43 -04:00
parent 1db0d08547
commit 66b5cd16dd
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.6.2F2,load eqt to research - fix 1.6.3,homestore /works/cvtt ownership moved to cvtt

View File

@ -69,7 +69,7 @@ if [ "${host}" == "cloud21" ] ; then
SourceRootDir="/opt/store/cvtt/md_archive/crypto/${source}" SourceRootDir="/opt/store/cvtt/md_archive/crypto/${source}"
elif [ "${host}" == "homestore" ]; then elif [ "${host}" == "homestore" ]; then
SourceHost=homestore.cvtt.vpn SourceHost=homestore.cvtt.vpn
SourceUser=oleg SourceUser=cvtt
SourceRootDir=/works/cvtt/md_archive/crypto/${source} SourceRootDir=/works/cvtt/md_archive/crypto/${source}
else else
usage usage

View File

@ -110,7 +110,7 @@ if [ "${host}" == "cloud21" ] ; then
SourceRootDir="/opt/store/cvtt/md_archive/equity/alpaca_md" SourceRootDir="/opt/store/cvtt/md_archive/equity/alpaca_md"
elif [ "${host}" == "homestore" ]; then elif [ "${host}" == "homestore" ]; then
SourceHost=homestore.cvtt.vpn SourceHost=homestore.cvtt.vpn
SourceUser=oleg SourceUser=cvtt
SourceRootDir="/works/cvtt/md_archive/equity/alpaca_md" SourceRootDir="/works/cvtt/md_archive/equity/alpaca_md"
else else
usage usage