Fix setup dev box script
This commit is contained in:
parent
9150ca56f9
commit
30b4f51a54
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ vagrant_ssh "cp /etc/rinetd.conf /vagrant/cache/rinetd.conf"
|
|||
vagrant_ssh 'sudo chown vagrant:vagrant /etc/rinetd.conf'
|
||||
|
||||
# Bundle!
|
||||
vagrant_ssh 'cd /vagrant && bundle && cd /vagrant/dev && bundle'
|
||||
vagrant_ssh 'cd /vagrant && bundle && cd /vagrant/example && bundle'
|
||||
|
||||
# Setup vagrant default ssh key
|
||||
vagrant_keys_path = '/vagrant/vendor/vagrant/keys'
|
||||
|
|
Loading…
Reference in a new issue