From: Silvio Rhatto Date: Fri, 28 Aug 2020 16:42:21 +0000 (-0300) Subject: Fix: kvmx_poweroff poweroff_rsync_from_guest X-Git-Tag: 0.1.0~93 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d5fc015a6435b5bf33a7cb3021cae1ddfbc4d15d;p=kvmx.git Fix: kvmx_poweroff poweroff_rsync_from_guest --- 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