aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-13 13:45:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-13 13:45:14 -0300
commitdff961c634f1372531ddd5c00f7df0fda539a85b (patch)
tree681866b31e925f0dfd850361ce28ca9a8833f3fb /kvmx
parent22abfb337600493660cf6b497d2f1bbd0f7ad7f3 (diff)
downloadkvmx-dff961c634f1372531ddd5c00f7df0fda539a85b.tar.gz
kvmx-dff961c634f1372531ddd5c00f7df0fda539a85b.tar.bz2
Minor string change
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
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"