vagrant: Change into open-balena directory automatically

Change-type: patch
Signed-off-by: Will Boyce <will@balena.io>
This commit is contained in:
Will Boyce 2018-11-05 23:16:25 +00:00 committed by Will Boyce
parent a50910ca83
commit ed077b5722
No known key found for this signature in database
GPG Key ID: 4E27760A85903481

3
Vagrantfile vendored
View File

@ -25,4 +25,7 @@ Vagrant.configure('2') do |config|
config.vm.provision :shell, privileged: false,
inline: "cd /home/vagrant/open-balena && ./scripts/quickstart -p -d #{ENV.fetch('OPENBALENA_DOMAIN', 'openbalena.local')}"
config.vm.provision :shell, privileged: false,
inline: "echo 'cd ~/open-balena' >> ~/.bashrc"
end