Skip to content
Snippets Groups Projects
Unverified Commit 8cffca9f authored by Christian Rebischke's avatar Christian Rebischke
Browse files

bugfix for optional zero_write

parent 631ff43f
No related branches found
Tags signstar-configure-build/0.1.0
No related merge requests found
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
"scripts": [ "scripts": [
"provision/write_zeroes.sh" "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": [ "post-processors": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment