From: Silvio Rhatto Date: Wed, 13 Jun 2018 16:45:14 +0000 (-0300) Subject: Minor string change X-Git-Tag: 0.1.0~243 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dff961c634f1372531ddd5c00f7df0fda539a85b;p=kvmx.git Minor string change --- diff --git a/kvmx b/kvmx index 74cc169..70de333 100755 --- a/kvmx +++ b/kvmx @@ -621,7 +621,7 @@ function kvmx_usage { # Log into the guest using SSH function kvmx_ssh { if ! kvmx_running || kvmx_suspended; then - echo "$BASENAME: $VM was not running, trying to start it..." + echo "$BASENAME: $VM not running, trying to start it..." kvmx up $VM || exit 1 #kvmx_up || exit 1 #echo "$BASENAME: guest $VM is not running"