mirror of
https://github.com/churchers/vm-bhyve.git
synced 2026-01-04 03:54:31 +01:00
Slight typo in error message
This commit is contained in:
@@ -77,7 +77,7 @@ migration::send(){
|
||||
local IFS=$'\n'
|
||||
|
||||
[ -z "${_name}" -o -z "${_host}" ] && util::usage
|
||||
datastore::get_guest "${_name}" || util::err "unable to locate guest - '$[_name}'"
|
||||
datastore::get_guest "${_name}" || util::err "unable to locate guest - '${_name}'"
|
||||
[ -z "${VM_DS_ZFS}" ] && util::err "${VM_DS_NAME} datastore must be on ZFS to support migration"
|
||||
|
||||
# check if vm is running
|
||||
|
||||
Reference in New Issue
Block a user