Advertisement
dcuddihy-acr-me

knyc.acr.lab.issues.362

Jul 8th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # [Issue 362](https://bitbucket.org/autonomy/knyc.acr.lab/issue/362)
  3. #
  4. set -e
  5. set -x
  6.  
  7. echo "Starting: " $(date)
  8. export TERM=xterm
  9.  
  10. # Deploys new versions of spice projects
  11. apt-get -y --force-yes update
  12. apt-get -y --force-yes install bbmint bbdill bbthyme bbginger
  13.  
  14. chmod 755 /opt/bbginger/current/bin/run-fetch-risk-positions.sh
  15. chmod 755 /opt/bbginger/current/bin/run-fetch-risk-positions-pbd.sh
  16.  
  17. echo "Done: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement