summaryrefslogtreecommitdiffstats
path: root/ci/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cleanup.sh')
-rwxr-xr-xci/cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cleanup.sh b/ci/cleanup.sh
index ee5c428..afe4ac0 100755
--- a/ci/cleanup.sh
+++ b/ci/cleanup.sh
@@ -17,7 +17,7 @@
set -x
-VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage unregistervm {} --delete
VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage controlvm {} poweroff
+VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage unregistervm {} --delete
VBoxManage list hostonlyifs | grep "^Name:.*vboxnet" |\
sed "s/^Name:.*vboxnet/vboxnet/" | xargs -I {} VBoxManage hostonlyif remove {}