Advertisement
dcuddihy-acr-me

kewr.acr.lan.issues.165

Aug 1st, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #
  2. # [Issue 165](https://bitbucket.org/autonomy/knyc.acr.lab/issue/165)
  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. export TERM=xterm
  15.  
  16. cat > /etc/profile.d/runtime-context.sh <<EOF
  17. export RUNTIME_CONTEXT=production
  18. EOF
  19.  
  20. echo "Finished: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement