From b5c94b16d5228dc4dc744135ec52b81502d7f688 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 Mar 2017 21:50:00 -0300 Subject: Fixes kvmx poweroff --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3