From a4729097cc2bda049c20f40f4850189e432b4c74 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 2 Jun 2017 02:45:07 +0200 Subject: [PATCH] vagrant: fix openbsd shell --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 5ee6b40e8..3655eb2b2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -510,6 +510,7 @@ Vagrant.configure(2) do |config| b.vm.provider :virtualbox do |v| v.memory = 1024 + $wmem 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)