index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-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": [ |