From 3555c82cabe478a3dc8cabc05d5234db545396a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 28 Jun 2021 19:15:11 -0300 Subject: Fix: startup_rsync_to_guest checks --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx') 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 -- cgit v1.2.3