diff options
-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 |