提交 7277fb35 编写于 作者: D dlorenc 提交者: dlorenc

Fix vboxmanage cleanup

上级 6b4c545a
......@@ -64,7 +64,7 @@ virsh -c qemu:///system list --all \
vboxmanage list vms \
| cut -d "{" -f2 \
| cut -d "}" -f1 \
| xargs -I {} sh -c "vboxmanage startvm {} --type emergencystop && vboxmanage unregistervm {} --delete" \
| xargs -I {} sh -c "vboxmanage startvm {} --type emergencystop; vboxmanage unregistervm {} --delete" \
|| true
# Clean up xhyve disks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册