aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 6a5e2d2..ccf39ad 100755
--- a/kvmx
+++ b/kvmx
@@ -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