diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-09 21:50:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-09 21:50:00 -0300 |
commit | b5c94b16d5228dc4dc744135ec52b81502d7f688 (patch) | |
tree | 7cba2dd9a48b484fb1b03ae4004c5b5f24b479dc | |
parent | 5f4035a70a196a5b32eb1c9dce9c938860e14e16 (diff) | |
download | kvmx-b5c94b16d5228dc4dc744135ec52b81502d7f688.tar.gz kvmx-b5c94b16d5228dc4dc744135ec52b81502d7f688.tar.bz2 |
Fixes kvmx poweroff
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ function kvmx_resume { # Poweroff the guest function kvmx_poweroff { - kvmx_ssh /usr/bin/sudo poweroff + echo /usr/bin/sudo poweroff | kvmx_ssh &> /dev/null } # Rsync files to the guest |