We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d2c0c4 + 521e156 commit 265accaCopy full SHA for 265acca
1 file changed
tools/appliance/build.sh
@@ -34,7 +34,7 @@ bundle
34
35
# Clean and start building the appliance
36
veewee vbox destroy $appliance
37
-veewee vbox build $appliance --nogui
+veewee vbox build $appliance --nogui --auto
38
veewee vbox halt $appliance
39
40
while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]];
0 commit comments