Slight typo in error message

This commit is contained in:
Matt Churchyard
2016-08-02 22:19:21 +01:00
parent 062683f4da
commit 8f7f89ade8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

2
vm
View File

@@ -25,7 +25,7 @@
# POSSIBILITY OF SUCH DAMAGE.
VERSION=1.2-alpha
VERSION_INT=102016
VERSION_INT=102017
VERSION_BSD=$(uname -K)
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin