Advertisement
dcuddihy-acr-me

knyc.acr.lab-ticket-115

Feb 19th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # EUR-USD Data had some errors.
  3. # [Issue Details](https://bitbucket.org/autonomy/knyc.acr.lab/issue/114).
  4. # This script addresses those errors.
  5. set -x
  6.  
  7. echo "Started: " $(date)
  8.  
  9. source /etc/portion.env
  10. source /etc/profile.d/runtime-context.sh
  11.  
  12. echo $RUNTIME_CONTEXT
  13. echo $PYTHONPATH
  14. export PATH=$PATH:/opt/bbthyme/current/bin
  15.  
  16. curl "https://dl.dropboxusercontent.com/s/eu2tthoo8lj5uek/eurusd-repair.xml?dl=1&token_hash=AAFFS5mk9onnRtICcNHdNY8DjI86Qqv77CMgGaUOm6KlEA" | tx-post-deal-events
  17.  
  18. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement