diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-13 19:39:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-13 19:39:22 -0200 |
commit | 927db4b20635f4ca4b0f27f785f560867865fecd (patch) | |
tree | 820070c7dbe20f06dd3bba84708d0bca1033210a | |
parent | 27b5413bd011b4e678976a989b37f2999f3a447c (diff) | |
download | kvmx-927db4b20635f4ca4b0f27f785f560867865fecd.tar.gz kvmx-927db4b20635f4ca4b0f27f785f560867865fecd.tar.bz2 |
Call 'kvmx up ' instead of 'kvmx_up' at provision
-rwxr-xr-x | kvmx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -966,7 +966,8 @@ function kvmx_purge { # Provision a machine function kvmx_provision { if ! kvmx_running; then - kvmx_up || exit 1 + kvmx up $VM || exit 1 + #kvmx_up || exit 1 #echo "$BASENAME: guest $VM is not running" #exit 1 fi |