summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-08-13 15:47:26 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-08-13 15:47:26 +0200
commit8cffca9f3b70d08d30ce21f068748e1fdac51668 (patch)
tree3bf0009f9facbd5bb1ffd5ed72ab8206a1c176e2
parent631ff43fcc7c13333f700e9f5ab816b6314057f5 (diff)
downloadarch-boxes32-8cffca9f3b70d08d30ce21f068748e1fdac51668.tar.xz
bugfix for optional zero_write
-rw-r--r--vagrant.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.json b/vagrant.json
index 874bae0..4c0b8f5 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -134,7 +134,7 @@
"scripts": [
"provision/write_zeroes.sh"
],
- "execute_command": "if [ ! -z \"{{user `write_zeroes`}}\" ]; echo 'vagrant'|sudo -S sh '{{.Path}}'; fi"
+ "execute_command": "if [ ! -z \"{{user `write_zeroes`}}\" ]; then echo 'vagrant'|sudo -S sh '{{.Path}}'; fi"
}
],
"post-processors": [