Merge remote-tracking branch 'origin/master'

This commit is contained in:
Sheng Yang 2013-05-15 17:23:51 -07:00
commit 265acca9d5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ bundle
# Clean and start building the appliance
veewee vbox destroy $appliance
veewee vbox build $appliance --nogui
veewee vbox build $appliance --nogui --auto
veewee vbox halt $appliance
while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]];