From 781fc638edeaacbbe54894050ad96d746c6cd3c4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 27 Jun 2017 01:35:23 +0200 Subject: [PATCH] vagrant: fix openbsd shell --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 03e0c9a64..4ddc999c6 100644 --- a/Vagrantfile +++ b/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)