Searched refs:destroy_kvm (Results 1 – 1 of 1) sorted by relevance
73 local destroy_kvm=n74 [[ -f "/etc/libvirt/qemu/$img_name.xml" ]] && read -p "Destroy libvirt VM (y/n)? " destroy_kvm75 if [[ "$destroy_kvm" != n* ]]; then