From d66e395b767783511c9601ae37916782102f5131 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sat, 6 May 2017 03:48:32 +0200 Subject: changed vagrant.json --- vagrant.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vagrant.json b/vagrant.json index cfb52d8..51e88be 100644 --- a/vagrant.json +++ b/vagrant.json @@ -44,9 +44,8 @@ { "type": "shell", "scripts": [ - "scripts/postinstall.sh", - "scripts/virtualbox.sh", - "scripts/zerodisk.sh" + "provision/virtualbox.sh", + "provision/cleanup.sh" ], "execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'" } -- cgit v1.2.3