Browse Source

vagrant: fix openbsd shell

Thomas Waldmann 8 years ago
parent
commit
781fc638ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -492,6 +492,7 @@ Vagrant.configure(2) do |config|
     b.vm.provider :virtualbox do |v|
       v.memory = 768
     end
+    b.ssh.shell = "sh"
     b.vm.provision "packages openbsd", :type => :shell, :inline => packages_openbsd
     b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_sys_venv("openbsd64")
     b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg(false)