diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 03:48:32 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 03:48:32 +0200 |
commit | d66e395b767783511c9601ae37916782102f5131 (patch) | |
tree | db3e9dbc392de0146bbf6271e6274bf44dce94a7 | |
parent | bcf2d367fe50ab0e8911f8dd40e9a432b81a3be6 (diff) | |
download | arch-boxes32-d66e395b767783511c9601ae37916782102f5131.tar.xz |
changed vagrant.json
-rw-r--r-- | vagrant.json | 5 |
1 files 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}}'" } |