]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: kvmx_poweroff poweroff_rsync_from_guest
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Aug 2020 16:42:21 +0000 (13:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Aug 2020 16:42:21 +0000 (13:42 -0300)
kvmx

diff --git a/kvmx b/kvmx
index a3edb7cde31fa9ad87f6e85139979c71ceb1ea46..11ee5bb364edb338c039c64b513e214a614f8b46 100755 (executable)
--- 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