From 00d7181eaa60fe52c66bbd22229eb91a2fa528a5 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 13 Mar 2017 16:02:32 +0100 Subject: [run-virt] fix typo --- .../data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules') diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc index a41c1055..311461f1 100644 --- a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc +++ b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/setup_image_access.inc @@ -97,7 +97,7 @@ setup_image_access() { writelog "\tCan't use dnbd3 as dnbd3-fuse/fusermount binaries are not in PATH" elif ! isset SRC_IMG_RELATIVE; then writelog "\tCan't use dnbd3 as SRC_IMG_RELATIVE is not set" - elif ! isset SLX_DNBD3_SERVERS || [ "x${SLX_VM_DNBD3}}" != "xyes" ]; then + elif ! isset SLX_DNBD3_SERVERS || [ "x${SLX_VM_DNBD3}" != "xyes" ]; then writelog "\tCan't use dnbd3 as no servers are given in config, or SLX_VM_DNBD3 is not set to yes" else # register setup_dnbd3 as start hook after sourcing this include -- cgit v1.2.3-55-g7522