From 22abfb337600493660cf6b497d2f1bbd0f7ad7f3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jun 2018 13:37:51 -0300 Subject: SSH: bring machine up also if it is suspended --- kvmx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kvmx') diff --git a/kvmx b/kvmx index 826c223..74cc169 100755 --- a/kvmx +++ b/kvmx @@ -620,7 +620,8 @@ function kvmx_usage { # Log into the guest using SSH function kvmx_ssh { - if ! kvmx_running; then + if ! kvmx_running || kvmx_suspended; then + echo "$BASENAME: $VM was not running, trying to start it..." kvmx up $VM || exit 1 #kvmx_up || exit 1 #echo "$BASENAME: guest $VM is not running" -- cgit v1.2.3