index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-08-13 15:47:26 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-08-13 15:47:26 +0200 |
commit | 8cffca9f3b70d08d30ce21f068748e1fdac51668 (patch) | |
tree | 3bf0009f9facbd5bb1ffd5ed72ab8206a1c176e2 /vagrant.json | |
parent | 631ff43fcc7c13333f700e9f5ab816b6314057f5 (diff) |
-rw-r--r-- | vagrant.json | 2 |
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": [ |