From beee1dcd8d60f3a3be378a5fa1662b926853fa66 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 29 Oct 2017 20:27:02 +0100 Subject: [PATCH] fix the vagrant sync --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 04029a4..2a7fd9e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -19,6 +19,8 @@ Vagrant.configure("2") do |config| #Netzwerk anzuschliessen. #config.vm.network "private_network", type: "dhcp" + config.vm.synced_folder ".", "/vagrant", type: "virtualbox" + #Begin des Installationsscripts config.vm.provision "shell", inline: <<-SHELL DEBIAN_FRONTEND=noninteractive