Commit 1171a48

mo khan <mo@mokhan.ca>
2015-05-26 01:26:48
cd in to the home directory.
1 parent c1302d4
Changed files (1)
bin/bootstrap-vagrant-user.sh
@@ -1,3 +1,5 @@
+set -e
+cd $HOME
 git clone https://github.com/sstephenson/rbenv.git $HOME/.rbenv
 echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> $HOME/.bash_profile
 echo 'eval "$(rbenv init -)"' >> $HOME/.bash_profile