aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index a3edb7c..11ee5bb 100755
--- a/kvmx
+++ b/kvmx
@@ -993,7 +993,7 @@ function kvmx_poweroff {
if [ ! -z "$poweroff_rsync_from_guest" ] && [ "$ssh_support" == "y" ]; then
echo "Rsyncing to guest: $poweroff_rsync_from_guest..."
- kvmx_rsync_to $poweroff_rsync_from_guest
+ kvmx_rsync_from $poweroff_rsync_from_guest
fi
if [ "$run_xpra" == "1" ]; then