diff options
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |