diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 13:45:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 13:45:14 -0300 |
commit | dff961c634f1372531ddd5c00f7df0fda539a85b (patch) | |
tree | 681866b31e925f0dfd850361ce28ca9a8833f3fb | |
parent | 22abfb337600493660cf6b497d2f1bbd0f7ad7f3 (diff) | |
download | kvmx-dff961c634f1372531ddd5c00f7df0fda539a85b.tar.gz kvmx-dff961c634f1372531ddd5c00f7df0fda539a85b.tar.bz2 |
Minor string change
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |