From: Silvio Rhatto Date: Mon, 28 Jun 2021 22:15:11 +0000 (-0300) Subject: Fix: startup_rsync_to_guest checks X-Git-Tag: 0.1.0~51 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3555c82cabe478a3dc8cabc05d5234db545396a3;p=kvmx.git Fix: startup_rsync_to_guest checks --- diff --git a/kvmx b/kvmx index b4e7d18..7e7a311 100755 --- a/kvmx +++ b/kvmx @@ -756,7 +756,7 @@ function kvmx_up { local startup_rsync_to_guest_orig="`echo $item | cut -d ':' -f 2`" local startup_rsync_to_guest_dest="`echo $item | cut -d ':' -f 3`" - if [ -z "$id" ] || [ -z "$poweroff_rsync_to_guest_orig" ] || [ -z "$poweroff_rsync_to_guest_dest" ]; then + if [ -z "$id" ] || [ -z "$startup_rsync_to_guest_orig" ] || [ -z "$startup_rsync_to_guest_dest" ]; then continue fi