Advertisement
dcuddihy-acr-me

kewr.acr.lan.issue-86

Apr 5th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # [Issue 86](https://bitbucket.org/autonomy/knyc.acr.lab/issue/86 )
  3. #
  4. set -x
  5.  
  6. echo "Started: " $(date)
  7.  
  8. source /etc/portion.env
  9. source /etc/profile.d/runtime-context.sh
  10.  
  11. echo $RUNTIME_CONTEXT
  12. echo $PYTHONPATH
  13. export PATH=$PATH:/opt/bbthyme/current/bin
  14.  
  15. cp /opt/data/in/me.acr/dda/20140405/acr-scorecard-forecast-input.xls /opt/data/sync/com.google.drive/eroboto/acr-scorecard-forecast-input.xls
  16. chown eroboto /opt/data/sync/com.google.drive/eroboto/acr-scorecard-forecast-input.xls
  17. chmod 755 /opt/data/sync/com.google.drive/eroboto/acr-scorecard-forecast-input.xls
  18.  
  19. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement