Some changes for macos

This commit is contained in:
2019-06-26 18:29:51 +02:00
parent 799201d887
commit c392e53db5
7 changed files with 34 additions and 14 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
which virsh || return &> /dev/null
hypervisor_connect() {
if [ -e "${1}" ]; then echo "Usage : $0 hypervisor_name_or_ip"; return 1; fi