Commit 3aef7f50 authored by Brenden Blanco's avatar Brenden Blanco

Remove breakpoint in virsh script left on accident

Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent 452de20f
......@@ -69,7 +69,6 @@ tmp_ks_file=$tmpdir/$img_name.ks
function cleanup() {
set +e
read -p "brk: "
[[ -d "$tmpdir" ]] && rm -fr "$tmpdir"
local destroy_kvm=n
[[ -f "/etc/libvirt/qemu/$img_name.xml" ]] && read -p "Destroy libvirt VM (y/n)? " destroy_kvm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment