Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Set shell to "sh -l" [GH-1]
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 6, 2014
1 parent e80fb5a commit 5d6557d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrantfile_virtualbox.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Vagrant.configure("2") do |config|
config.ssh.shell = "sh -l"
config.ssh.username = "docker"

# Disable synced folders because guest additions aren't available
Expand Down

0 comments on commit 5d6557d

Please sign in to comment.