diff options
Diffstat (limited to 'ci/cleanup.sh')
-rwxr-xr-x | ci/cleanup.sh | 2 |
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 {} |